Bump version to 2.0.2.post1.

This commit is contained in:
Carl Meyer 2014-02-19 14:01:51 -07:00
parent 923f131084
commit fe0eceaa74
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
CHANGES
=======
master (unreleased)
-------------------
2.0.2 (2014.02.19)
-------------------

View file

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