Bump version to 2.1.1.

This commit is contained in:
Carl Meyer 2014-07-28 10:00:40 -06:00
parent abd47ed406
commit bd3787a4a8
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
CHANGES
=======
2.1.x (unreleased)
2.1.1 (2014.07.28)
------------------
* ASCII-fold all non-ASCII characters in changelog; again. Argh. Apologies to

View file

@ -1,4 +1,4 @@
from .choices import Choices
from .tracker import FieldTracker, ModelTracker
__version__ = '2.1.1a'
__version__ = '2.1.1'