Skip to content

Commit 160b8b8

Browse files
committed
Updated VERSION to 1.3.7 final
1 parent f37817c commit 160b8b8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Changelog
22
=========
33

4-
Version 1.3.7 [unreleased]
4+
Version 1.3.7 [2015-04-24]
55
--------------------------
66

77
- `9516dd7 <https://github.com/djangonauts/django-hstore/commit/9516dd77602aa27f189b0d633c1cefdd6090eb20>`_: Removed deprecated ``transaction.is_managed`` in favour of ``transaction.atomic`` for django >= 1.6
8+
- `eeda0e5 <https://github.com/djangonauts/django-hstore/commit/eeda0e50caa9107189961f97a4f4e7a234aa7fc9>`_: Removed import for django <= 1.3 in query.py
89
- `#103 <https://github.com/djangonauts/django-hstore/pull/103>`_: Fixed migration bug in ``VirtualField``
910

1011
Version 1.3.6 [2015-04-10]

django_hstore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 3, 7, 'alpha')
1+
VERSION = (1, 3, 7, 'final')
22
__version__ = VERSION
33

44

doc/doc.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
django-hstore documentation
22
===========================
3-
1.3.6, 2015-04-10
3+
1.3.7, 2015-04-24
44

55
:toc:
66
:numbered:

0 commit comments

Comments
 (0)