diff --git a/CHANGES.rst b/CHANGES.rst index 84ceb13..0a2d23f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -Version 1.4.1 [unreleased] +Version 1.4.1 [2015-12-07] -------------------------- - `#140 `_: added support for django 1.9 diff --git a/django_hstore/__init__.py b/django_hstore/__init__.py index 9997e00..ab8deb1 100644 --- a/django_hstore/__init__.py +++ b/django_hstore/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 4, 1, 'alpha') +VERSION = (1, 4, 1, 'final') __version__ = VERSION diff --git a/doc/doc.asciidoc b/doc/doc.asciidoc index 35638ac..82ec24c 100644 --- a/doc/doc.asciidoc +++ b/doc/doc.asciidoc @@ -1,6 +1,6 @@ django-hstore documentation =========================== -1.4.0, 2015-06-28 +1.4.1, 2015-12-07 :toc: :numbered: