Bump version to 2.3.0 and update changelog

This commit is contained in:
Joost Cassee 2017-10-18 23:50:02 +02:00
parent 6f71ddf04f
commit 77e1d6f95a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Version 2.3.0
-------------
* Add Facebook Pixel support (Pi Delport)
* Add Python 3.6 and Django 1.10 & 1.11 tests (Pi Delport)
Version 2.2.2
-------------
* Allow port in Piwik domain path. (Alex Ramsay)

View file

@ -10,6 +10,6 @@ Django_ project. See the ``docs`` directory for more information.
__author__ = "Joost Cassee"
__email__ = "joost@cassee.net"
__version__ = "2.2.2"
__version__ = "2.3.0"
__copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others"
__license__ = "MIT License"