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"