diff --git a/CHANGES.rst b/CHANGES.rst index 95cf5fe..cb3a2bb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -Version 1.4.0 [unreleased] +Version 1.4.0 [2015-06-28] -------------------------- - `#107 `_: added support for django 1.8 diff --git a/django_hstore/__init__.py b/django_hstore/__init__.py index 9cba0d5..668cfc8 100644 --- a/django_hstore/__init__.py +++ b/django_hstore/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 4, 0, 'alpha') +VERSION = (1, 4, 0, 'final') __version__ = VERSION