Add changelog entry for last commit, bump version

This commit is contained in:
Joost Cassee 2015-05-17 15:13:51 +02:00
parent 3f22d2881f
commit c6f24decb5
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,6 @@
Development
-----------
Version 0.22.0
--------------
* Mark package as Python 3 compatible (Martín Gaitán)
* Fix Clickmap tracker id regular expression
* Test with Django 1.8

View file

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