Bump version to 2.0.1.

This commit is contained in:
Carl Meyer 2014-02-11 14:58:18 -07:00
parent 38359ccf2e
commit d77608ef76
2 changed files with 5 additions and 2 deletions

View file

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

View file

@ -1,4 +1,4 @@
from .choices import Choices
from .tracker import FieldTracker, ModelTracker
__version__ = '2.0.post1'
__version__ = '2.0.1'