From 752a4fb5081a0941eeeb6397878200cd8c593980 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Wed, 24 Sep 2014 18:00:56 +0200 Subject: [PATCH] Updated VERSION to 1.3.3 --- 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 fb5cb8f..5660ad9 100755 --- a/django_hstore/__init__.py +++ b/django_hstore/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 3, 3, 'alpha') +VERSION = (1, 3, 3, 'final') __version__ = VERSION