From ac66302ddcd7dbcede2f8369e9ce3e7c4d8f8700 Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Thu, 7 Dec 2017 09:19:19 +0100 Subject: [PATCH] Update changelog and bump version to 2.4.0 --- CHANGELOG.rst | 4 ++++ analytical/__init__.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7598b61..087964c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +Version 2.4.0 +------------- +* Support Django 2.0 (Matthäus G. Chajdas) + Version 2.3.0 ------------- * Add Facebook Pixel support (Pi Delport) diff --git a/analytical/__init__.py b/analytical/__init__.py index c336ed6..0829f04 100644 --- a/analytical/__init__.py +++ b/analytical/__init__.py @@ -4,6 +4,6 @@ Analytics service integration for Django projects __author__ = "Joost Cassee" __email__ = "joost@cassee.net" -__version__ = "2.3.0" -__copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others" +__version__ = "2.4.0" +__copyright__ = "Copyright (C) 2011-2017 Joost Cassee and others" __license__ = "MIT License"