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