diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f60f21c..86b4029 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 diff --git a/analytical/__init__.py b/analytical/__init__.py index be4ebf5..ad13d98 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.8.2" +__version__ = "0.9.0" __copyright__ = "Copyright (C) 2011 Joost Cassee" __license__ = "MIT License"