Prepare 2.1.1 release.

This commit is contained in:
Timo Stollenwerk 2011-11-24 08:27:18 +01:00
parent f3ad58959d
commit 4a6f2e7807
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
2.1.1 (unreleased)
2.1.1 (2011-11-24)
------------------
- Include mo files in the distribution.

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '2.1.1dev'
version = '2.1.1'
install_requires = [
'setuptools',