mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Bump version to 2.4a1.
This commit is contained in:
parent
b1c183d475
commit
ab4a2b4ce4
3 changed files with 6 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@ htmlcov/
|
|||
docs/_build/
|
||||
.idea/
|
||||
*.mo
|
||||
.eggs/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
master (unreleased)
|
||||
-------------------
|
||||
|
||||
|
||||
2.3 (2015.07.17)
|
||||
----------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.3'
|
||||
__version__ = '2.4a1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue