mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Update changelog and bump version to 2.4.0
This commit is contained in:
parent
3653b388fd
commit
ac66302ddc
2 changed files with 6 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue