Skip to content

Commit b31f891

Browse files
committed
1.3.8 release
1 parent 84a90cd commit b31f891

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

100755100644
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Version 1.3.8 [2015-06-07]
5+
--------------------------
6+
7+
- `#110 <https://github.com/djangonauts/django-hstore/pull/110>`_: change ``id`` to ``pk`` on ``model_instance`` check
8+
49
Version 1.3.7 [2015-04-24]
510
--------------------------
611

django_hstore/__init__.py

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

44

0 commit comments

Comments
 (0)