Bump version, release v2.6.0

This commit is contained in:
Peter Bittner 2020-04-14 22:30:13 +02:00
parent d9b21e96c6
commit c10759d378
2 changed files with 9 additions and 2 deletions

View file

@ -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)

View file

@ -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"