diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 25b69d3..881d910 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 diff --git a/analytical/__init__.py b/analytical/__init__.py index e1bd2d6..9490ae9 100644 --- a/analytical/__init__.py +++ b/analytical/__init__.py @@ -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"