From 923f131084d4d4c5d677da29d3d71f6725b4b119 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Wed, 19 Feb 2014 13:59:49 -0700 Subject: [PATCH] Bump version to 2.0.2. --- model_utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_utils/__init__.py b/model_utils/__init__.py index fa3b182..e87a66f 100644 --- a/model_utils/__init__.py +++ b/model_utils/__init__.py @@ -1,4 +1,4 @@ from .choices import Choices from .tracker import FieldTracker, ModelTracker -__version__ = '2.0.1.post1' +__version__ = '2.0.2'