Skip to content

Commit 18035eb

Browse files
committed
Merge tag 'v0.3.5' into develop
django-tagging v0.3.5
2 parents c76827d + 7c80e50 commit 18035eb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.txt

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

5+
Version 0.3.5, 13th May 2015:
6+
-----------------------------
7+
8+
* Added support for Django 1.8
9+
* Using migrations to fix syncdb
10+
* Rename get_query_set to get_queryset
11+
* Import GenericForeignKey from the new location
12+
513
Version 0.3.4, 7th November 2014:
614
---------------------------------
715

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, 4, "final", 0)
1+
VERSION = (0, 3, 5, "final", 0)
22

33

44
def get_version():

0 commit comments

Comments
 (0)