From 7867ff9b1e0c88b020f83d3a7ad359f4feda0d81 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Tue, 26 Aug 2014 10:07:17 +0200 Subject: [PATCH] updated VERSION to 1.3.1 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 72ff271..1049ed6 100755 --- a/django_hstore/__init__.py +++ b/django_hstore/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 3, 0, 'final') +VERSION = (1, 3, 1, 'final') __version__ = VERSION