Bump version to 2.0.3 for release.

This commit is contained in:
Carl Meyer 2014-03-19 22:41:27 -06:00
parent f63696a93e
commit 36b7e600c6
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
CHANGES
=======
master (unreleased)
2.0.3 (2014.03.19)
-------------------
* Fix ``get_query_set`` vs ``get_queryset`` in ``PassThroughManager`` for

View file

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