From 0da24961a60e03d8f021e3a0cb507640c87a0c24 Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Wed, 25 May 2016 10:44:18 +0200 Subject: [PATCH] Update changelog and bump version to 2.1.0 --- AUTHORS.rst | 5 ++++- CHANGELOG.rst | 7 +++++++ analytical/__init__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index b9e4f4d..d76e06a 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -3,7 +3,8 @@ contributions from `Eric Davis`_, `Paul Oswald`_, `Uros Trebec`_, `Steven Skoczen`_, `Piet Delport`_, `Sandra Mau`_, `Simon Ye`_, `Tinnet Coronam`_, `Philippe O. Wagner`_, `Max Arnold`_ , `Martín Gaitán`_, `Craig Bruce`_, `Peter Bittner`_, `Scott Adams`_, `Eric Amador`_, -`Alexandre Pocquet`_, `Brad Pitcher`_, `Hugo Osvaldo Barrera`_ and others. +`Alexandre Pocquet`_, `Brad Pitcher`_, `Hugo Osvaldo Barrera`_, +`Nikolay Korotkiy`_, `Steve Schwarz`_ and others. Included Javascript code snippets for integration of the analytics services were written by the respective service providers. @@ -33,6 +34,8 @@ The work on Intercom was made possible by `GreenKahuna`_. .. _`Alexandre Pocquet`: https://github.com/apocquet .. _`Brad Pitcher`: https://github.com/brad .. _`Hugo Osvaldo Barrera`: https://github.com/hobarrera +.. _`Nikolay Korotkiy`: https://github.com/sikmir +.. _`Steve Schwarz`: https://github.com/saschwarz .. _`Analytical`: https://github.com/jkrall/analytical .. _`Bateau Knowledge`: http://www.bateauknowledge.nl/ .. _`GreenKahuna`: http://www.greenkahuna.com/ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f08386d..75b02b7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +Version 2.1.0 +------------- +* Support Rating@Mmail.ru (Nikolay Korotkiy) +* Support Yandex.Metrica (Nikolay Korotkiy) +* Add support for extra Google Analytics variables (Steve Schwarz) +* Remove support for Reinvigorate (service shut down) + Version 2.0.0 ------------- * Support Django 1.9, drop support for Django < 1.7 (Hugo Osvaldo Barrera) diff --git a/analytical/__init__.py b/analytical/__init__.py index f3a35e8..ae45761 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__ = "2.0.0" +__version__ = "2.1.0" __copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others" __license__ = "MIT License"