Skip to content

Commit ba2cb43

Browse files
committed
Merge branch 'release/v0.3.4' into develop
2 parents 651cdc3 + 1ed2ea0 commit ba2cb43

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
Django Tagging Changelog
33
========================
44

5+
Version 0.3.4, 7th November 2014:
6+
---------------------------------
7+
8+
* Fix unicode errors in admin
9+
510
Version 0.3.3, 15th October 2014:
6-
----------------------------------
11+
---------------------------------
712

813
* Added support for Django 1.7
914

tagging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 3, 3, "final", 0)
1+
VERSION = (0, 3, 4, "final", 0)
22

33

44
def get_version():

0 commit comments

Comments
 (0)