From c10759d3787d170002887f9fd2b889db4b8101a0 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Tue, 14 Apr 2020 22:30:13 +0200 Subject: [PATCH] Bump version, release v2.6.0 --- CHANGELOG.rst | 7 +++++++ analytical/__init__.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6ddaa21..e1dc085 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +Version 2.6.0 +------------- +* Support Django 3.0 and Python 3.8, drop Django 2.1 +* Add support for Google Analytics Tag Manager (Marc Bourqui) +* Add Matomo, the renamed version of Piwik (Scott Karlin) +* Move Joost's project over to the Jazzband + Version 2.5.0 ------------- * Add support for Google analytics.js (Marc Bourqui) diff --git a/analytical/__init__.py b/analytical/__init__.py index 9a9d9b1..ee25a09 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.5.0" -__copyright__ = "Copyright (C) 2011-2019 Joost Cassee and contributors" +__version__ = "2.6.0" +__copyright__ = "Copyright (C) 2011-2020 Joost Cassee and contributors" __license__ = "MIT"