diff --git a/CHANGES.rst b/CHANGES.rst index 561efde..a8ad9f5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/model_utils/__init__.py b/model_utils/__init__.py index 23c8b70..38ac8b1 100644 --- a/model_utils/__init__.py +++ b/model_utils/__init__.py @@ -1,4 +1,4 @@ from .choices import Choices from .tracker import FieldTracker, ModelTracker -__version__ = '2.1.1a' +__version__ = '2.1.1'