diff --git a/AUTHORS.rst b/AUTHORS.rst index d76e06a..9c8b416 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -4,7 +4,7 @@ contributions from `Eric Davis`_, `Paul Oswald`_, `Uros Trebec`_, `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`_, -`Nikolay Korotkiy`_, `Steve Schwarz`_ and others. +`Nikolay Korotkiy`_, `Steve Schwarz`_, `Aleck Landgraf`_ and others. Included Javascript code snippets for integration of the analytics services were written by the respective service providers. @@ -36,6 +36,7 @@ The work on Intercom was made possible by `GreenKahuna`_. .. _`Hugo Osvaldo Barrera`: https://github.com/hobarrera .. _`Nikolay Korotkiy`: https://github.com/sikmir .. _`Steve Schwarz`: https://github.com/saschwarz +.. _`Aleck Landgraf`: https://github.com/alecklandgraf .. _`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 75b02b7..f7b483c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +Version 2.2.0 +------------- +* Update Woopra JavaScript snippet (Aleck Landgraf) + Version 2.1.0 ------------- * Support Rating@Mmail.ru (Nikolay Korotkiy) diff --git a/analytical/__init__.py b/analytical/__init__.py index ae45761..1c312c3 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.1.0" +__version__ = "2.2.0" __copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others" __license__ = "MIT License"