mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Set version for 2.3.1 release.
This commit is contained in:
parent
114f4fe228
commit
443108c7ad
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.4a1'
|
||||
__version__ = '2.3.1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue