mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Bump version to 2.1.1.
This commit is contained in:
parent
abd47ed406
commit
bd3787a4a8
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.1.1a'
|
||||
__version__ = '2.1.1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue