Bump version to 2.5.2a1.

This commit is contained in:
Carl Meyer 2016-08-03 08:44:29 -06:00
parent 5904008eab
commit 34e4b6880f
2 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

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