From 6343b103f3f0b7e8de280d3bc69e860a63b37dcb Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Tue, 19 Nov 2013 07:44:28 +0100 Subject: [PATCH] Bump version and update changelog --- AUTHORS.rst | 3 ++- CHANGELOG.rst | 4 ++++ analytical/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index adae0d2..853fbe4 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -1,7 +1,7 @@ The django-analytical package was written by `Joost Cassee`_, with contributions from `Eric Davis`_, `Paul Oswald`_, `Uros Trebec`_, `Steven Skoczen`_, `Piet Delport`_, `Sandra Mau`_, `Simon Ye`_, -`Tinnet Coronam`_, `Philippe O. Wagner`_ and others. +`Tinnet Coronam`_, `Philippe O. Wagner`_, `Max Arnold`_ and others. Included Javascript code snippets for integration of the analytics services were written by the respective service providers. @@ -21,5 +21,6 @@ The work on Crazy Egg was made possible by `Bateau Knowledge`_. .. _`Simon Ye`: https://github.com/yesimon .. _`Tinnet Coronam`: https://github.com/tinnet .. _`Philippe O. Wagner`: mailto:admin@arteria.ch +.. _`Max Arnold`: https://github.com/max-arnold .. _Analytical: https://github.com/jkrall/analytical .. _`Bateau Knowledge`: http://www.bateauknowledge.nl/ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2217bc5..8002509 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +Version 0.16.0 +-------------- +* Add support for GA Display Advertising features (Tom Arnold) + Version 0.15.0 -------------- * Add IP anonymization setting to GA tracking pixel (Tinnet Coronam) diff --git a/analytical/__init__.py b/analytical/__init__.py index 0807c2b..07cae5d 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.15.0" +__version__ = "0.16.0" __copyright__ = "Copyright (C) 2011-2012 Joost Cassee and others" __license__ = "MIT License"