diff --git a/CHANGES.rst b/CHANGES.rst index 1c32535..cad9f43 100755 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -Version 1.3.6 [unreleased] +Version 1.3.6 [2015-04-10] -------------------------- - added SerializedDictionaryField #80 diff --git a/django_hstore/__init__.py b/django_hstore/__init__.py index 7e9db32..b4ddb55 100755 --- a/django_hstore/__init__.py +++ b/django_hstore/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 3, 6, 'alpha') +VERSION = (1, 3, 6, 'final') __version__ = VERSION