diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 16c87be..e91b96a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ +Development +----------- +* Updated Mixpanel code (Julien Grenier). + Version 0.9.1 ------------- -* Fixed compatibility with Python 2.5 (Iván Raskovsky) +* Fixed compatibility with Python 2.5 (Iván Raskovsky). Version 0.9.0 ------------- diff --git a/analytical/__init__.py b/analytical/__init__.py index 9b04301..a81a029 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.9.1" +__version__ = "0.9.2" __copyright__ = "Copyright (C) 2011 Joost Cassee and others" __license__ = "MIT License"