From 337a9df52bd29993f63fee0adfb3cbb559cbb457 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Fri, 10 Apr 2015 14:18:24 +0200 Subject: [PATCH] Updated VERSION to 1.3.6 final --- CHANGES.rst | 2 +- django_hstore/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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