mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Bump version to 2.0.3 for release.
This commit is contained in:
parent
f63696a93e
commit
36b7e600c6
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
master (unreleased)
|
||||
2.0.3 (2014.03.19)
|
||||
-------------------
|
||||
|
||||
* Fix ``get_query_set`` vs ``get_queryset`` in ``PassThroughManager`` for
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.0.2.post1'
|
||||
__version__ = '2.0.3'
|
||||
|
|
|
|||
Loading…
Reference in a new issue