From a5df0a752a7a5dd9e0be5022108149215259c5bc Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Sat, 28 Jun 2014 12:14:05 +0200 Subject: [PATCH] update version to 1.2.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 961094c..a15e47e 100755 --- a/django_hstore/__init__.py +++ b/django_hstore/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 2, 5, 'alpha') +VERSION = (1, 2, 5, 'final') __version__ = VERSION