Skip to content

Commit

Permalink
Updated VERSION to 1.3.7 final
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Apr 24, 2015
1 parent f37817c commit 160b8b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Changelog
=========

Version 1.3.7 [unreleased]
Version 1.3.7 [2015-04-24]
--------------------------

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

Version 1.3.6 [2015-04-10]
Expand Down
2 changes: 1 addition & 1 deletion django_hstore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 3, 7, 'alpha')
VERSION = (1, 3, 7, 'final')
__version__ = VERSION


Expand Down
2 changes: 1 addition & 1 deletion doc/doc.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
django-hstore documentation
===========================
1.3.6, 2015-04-10
1.3.7, 2015-04-24

:toc:
:numbered:
Expand Down

0 comments on commit 160b8b8

Please sign in to comment.