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
b8ffab47f1
commit
95f0307787
3 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue