Set version for 2.3.1 release.

This commit is contained in:
Carl Meyer 2015-07-20 10:22:27 -06:00
parent 114f4fe228
commit 443108c7ad
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
CHANGES
=======
master (unreleased)
-------------------
2.3.1 (2015-07-20)
------------------
* Remove all translation-related automation in `setup.py`. Fixes GH-178 and
GH-179. Thanks Joe Weiss, Matt Molyneaux, and others for the reports.

View file

@ -1,4 +1,4 @@
from .choices import Choices
from .tracker import FieldTracker, ModelTracker
__version__ = '2.4a1'
__version__ = '2.3.1'