mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Bump version to 2.5.2a1.
This commit is contained in:
parent
5904008eab
commit
34e4b6880f
2 changed files with 6 additions and 2 deletions
|
|
@ -1,9 +1,13 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
2.5.1 (2016.08.03)
|
||||
master (unreleased)
|
||||
-------------------
|
||||
|
||||
|
||||
2.5.1 (2016.08.03)
|
||||
------------------
|
||||
|
||||
* Fix `InheritanceQuerySet` raising an `AttributeError` exception
|
||||
under Django 1.9.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.5.1'
|
||||
__version__ = '2.5.2a1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue