mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Update changelog and bump version
This commit is contained in:
parent
e2e01490dc
commit
499a9c3cd8
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
-------------
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue