From 95f0307787110ec3e3e3d6f5d3a5aa0522042afa Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Mon, 19 Sep 2011 22:36:47 +0200 Subject: [PATCH] Update changelog and bump version --- AUTHORS.rst | 8 ++------ CHANGELOG.rst | 4 ++++ analytical/__init__.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index f5a1858..85489bc 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -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 \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 097427c..f7bf710 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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. diff --git a/analytical/__init__.py b/analytical/__init__.py index cce5b13..665d18b 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.10.0" +__version__ = "0.11.0" __copyright__ = "Copyright (C) 2011 Joost Cassee and others" __license__ = "MIT License"