mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Include runtests.py in sdist; bump version to 2.5.2.
This commit is contained in:
parent
8619b3d270
commit
da8e8cf3c9
3 changed files with 6 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
master (unreleased)
|
||||
-------------------
|
||||
2.5.2 (2016.08.09)
|
||||
------------------
|
||||
|
||||
* Include `runtests.py` in sdist.
|
||||
|
||||
|
||||
2.5.1 (2016.08.03)
|
||||
|
|
|
|||
|
|
@ -5,3 +5,4 @@ include MANIFEST.in
|
|||
include README.rst
|
||||
include TODO.rst
|
||||
recursive-include locale django.po
|
||||
include runtests.py
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.5.2a1'
|
||||
__version__ = '2.5.2'
|
||||
|
|
|
|||
Loading…
Reference in a new issue