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