From 61078c3f699769ac33d23e982b1af4b679a3366e Mon Sep 17 00:00:00 2001 From: Fantomas42 Date: Tue, 6 Sep 2016 22:02:55 +0200 Subject: [PATCH 1/2] Updating the CHANGELOG for version 0.4.5 --- CHANGELOG.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e6116ff2..04343d0d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,11 @@ Django Tagging Changelog ======================== +Version 0.4.5, 6th September 2016: +---------------------------------- + +* Fix on the previous compatiblity fix. + Version 0.4.4, 5th September 2016: ---------------------------------- From 0ba374473a5a925f9a7a830f07ce1f86004b8ac0 Mon Sep 17 00:00:00 2001 From: Fantomas42 Date: Tue, 6 Sep 2016 22:03:20 +0200 Subject: [PATCH 2/2] Bumping to version 0.4.5 --- tagging/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tagging/__init__.py b/tagging/__init__.py index 48070ed9..7b59f65c 100644 --- a/tagging/__init__.py +++ b/tagging/__init__.py @@ -1,7 +1,7 @@ """ Django-tagging """ -__version__ = '0.4.4' +__version__ = '0.4.5' __license__ = 'BSD License' __author__ = 'Jonathan Buchanan'