Update changelog and bump version

This commit is contained in:
Joost Cassee 2011-09-19 22:36:47 +02:00
parent b8ffab47f1
commit 95f0307787
3 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,5 @@
The django-analytical package was written by `Joost Cassee`_, with
contributions from:
`Eric Davis`_
`Paul Oswald`_
and others.
contributions from `Eric Davis`_, `Paul Oswald`_ and others.
Included Javascript code snippets for integration of the analytics
services were written by the respective service providers.
@ -15,6 +11,6 @@ The work on Crazy Egg was made possible by `Bateau Knowledge`_.
.. _`Joost Cassee`: mailto:joost@cassee.net
.. _`Eric Davis`: https://github.com/edavis
.. _`Paul Oswald`: https://github.com/poswald
.. _Analytical: https://github.com/jkrall/analytical
.. _`Bateau Knowledge`: http://www.bateauknowledge.nl/
.. _`Paul Oswald`: https://github.com/poswald

View file

@ -1,3 +1,7 @@
Version 0.11.0
--------------
* Allow sending events and properties to KISSmetrics (Paul Oswald).
Version 0.10.0
--------------
* Added multiple domains support for Google Analytics.

View file

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