mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Bump version, release v2.6.0
This commit is contained in:
parent
d9b21e96c6
commit
c10759d378
2 changed files with 9 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue