Update changelog and bump version

This commit is contained in:
Joost Cassee 2012-08-19 22:11:27 +02:00
parent 8cdd68011e
commit a663463198
3 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,6 @@
The django-analytical package was written by `Joost Cassee`_, with
contributions from `Eric Davis`_, `Paul Oswald`_, `Uros Trebec`_,
`Steven Skoczen`_, `Piet Delport`_, `Sandra Mau`_ and others.
`Steven Skoczen`_, `Piet Delport`_, `Sandra Mau`_, `Simon Ye`_ and others.
Included Javascript code snippets for integration of the analytics
services were written by the respective service providers.
@ -17,5 +17,6 @@ The work on Crazy Egg was made possible by `Bateau Knowledge`_.
.. _`Steven Skoczen`: https://github.com/skoczen
.. _`Piet Delport`: https://github.com/pjdelport
.. _`Sandra Mau`: https://github.com/xthepoet
.. _`Simon Ye`: https://github.com/yesimon
.. _Analytical: https://github.com/jkrall/analytical
.. _`Bateau Knowledge`: http://www.bateauknowledge.nl/

View file

@ -1,3 +1,7 @@
Version 0.14.0
--------------
* Update mixpanel integration to latest code (Simon Ye)
Version 0.13.0
--------------
* Add support for the KISSmetrics alias feature (Sandra Mau)

View file

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