Update changelog and bump version to 2.4.0

This commit is contained in:
Joost Cassee 2017-12-07 09:19:19 +01:00
parent 3653b388fd
commit ac66302ddc
2 changed files with 6 additions and 2 deletions

View file

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

View file

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