mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Bump version to 2.0.1.
This commit is contained in:
parent
38359ccf2e
commit
d77608ef76
2 changed files with 5 additions and 2 deletions
|
|
@ -1,9 +1,12 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
master (unreleased)
|
||||
2.0.1 (unreleased)
|
||||
-------------------
|
||||
|
||||
* Fix dependency to be on "Django" rather than "django", which plays better
|
||||
with static PyPI mirrors. Thanks Travis Swicegood.
|
||||
|
||||
* Fix issue with attempt to access ``__slots__`` when copying
|
||||
``PassThroughManager``. Thanks Patryk Zawadzki. Merge of GH-105.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.0.post1'
|
||||
__version__ = '2.0.1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue