From 08440e8768ead19ff5c2ad4444edf356b867f640 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Sun, 5 Oct 2014 21:59:24 +0200 Subject: [PATCH] Updated VERSION to 1.3.5 final --- 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 1da42c5..f94137f 100755 --- a/django_hstore/__init__.py +++ b/django_hstore/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 3, 4, 'final') +VERSION = (1, 3, 5, 'final') __version__ = VERSION