Bump version to 2.5.0

This commit is contained in:
Joost Cassee 2018-11-15 21:18:07 +01:00
parent abde59822d
commit 1ac44107df
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
Development
-----------
Version 2.5.0
-------------
* Add support for Google analytics.js (Marc Bourqui)
* Add support for Intercom HMAC identity verification (Pi Delport)
* Add support for HotJar (Pi Delport)

View file

@ -4,6 +4,6 @@ Analytics service integration for Django projects
__author__ = "Joost Cassee"
__email__ = "joost@cassee.net"
__version__ = "2.4.0"
__version__ = "2.5.0"
__copyright__ = "Copyright (C) 2011-2017 Joost Cassee and others"
__license__ = "MIT License"