Skip to content

Commit d246f10

Browse files
committed
1.4.0 release
1 parent a9418d8 commit d246f10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

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

4-
Version 1.4.0 [unreleased]
4+
Version 1.4.0 [2015-06-28]
55
--------------------------
66

77
- `#107 <https://github.com/djangonauts/django-hstore/pull/107>`_: added support for django 1.8

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, 4, 0, 'alpha')
1+
VERSION = (1, 4, 0, 'final')
22
__version__ = VERSION
33

44

0 commit comments

Comments
 (0)