From 160b8b8e3dead2f88d9d61947b12003128cfec42 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Fri, 24 Apr 2015 12:08:07 +0200 Subject: [PATCH] Updated VERSION to 1.3.7 final --- CHANGES.rst | 3 ++- django_hstore/__init__.py | 2 +- doc/doc.asciidoc | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 24a6c80..c606f3a 100755 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,11 @@ Changelog ========= -Version 1.3.7 [unreleased] +Version 1.3.7 [2015-04-24] -------------------------- - `9516dd7 `_: Removed deprecated ``transaction.is_managed`` in favour of ``transaction.atomic`` for django >= 1.6 +- `eeda0e5 `_: Removed import for django <= 1.3 in query.py - `#103 `_: Fixed migration bug in ``VirtualField`` Version 1.3.6 [2015-04-10] diff --git a/django_hstore/__init__.py b/django_hstore/__init__.py index 3f810ac..befe249 100755 --- a/django_hstore/__init__.py +++ b/django_hstore/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 3, 7, 'alpha') +VERSION = (1, 3, 7, 'final') __version__ = VERSION diff --git a/doc/doc.asciidoc b/doc/doc.asciidoc index 00a36f3..78aa880 100755 --- a/doc/doc.asciidoc +++ b/doc/doc.asciidoc @@ -1,6 +1,6 @@ django-hstore documentation =========================== -1.3.6, 2015-04-10 +1.3.7, 2015-04-24 :toc: :numbered: