Update changelog and increment version

This commit is contained in:
Joost Cassee 2011-07-05 18:01:44 +02:00
parent aa9f1c0a2f
commit 2e4cb7fff9
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
Version 0.9.0
-------------
* Updated Clicky tracking code to support multiple site ids.
* Fixed Chartbeat auto-domain bug when the Sites framework is not used (Eric
Davis).
* Improved testing code (Eric Davis).
Version 0.8.1
-------------
* Fixed MANIFEST bug that caused GoSquared support to be missing from

View file

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