Update changelog and bump version

This commit is contained in:
Joost Cassee 2011-08-19 07:59:02 +02:00
parent e2e01490dc
commit 499a9c3cd8
2 changed files with 6 additions and 2 deletions

View file

@ -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
-------------

View file

@ -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"