From 0050f1f148fac625ffdf36abb06fecc6f7c9816f Mon Sep 17 00:00:00 2001 From: nemesisdesign Date: Thu, 23 Jan 2014 12:16:15 +0100 Subject: [PATCH] updated VERSION --- django_hstore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_hstore/__init__.py b/django_hstore/__init__.py index 7249549..a33d318 100755 --- a/django_hstore/__init__.py +++ b/django_hstore/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 2, 1, 'alpha') +VERSION = (1, 2, 1, 'final') __version__ = VERSION