diff --git a/AUTHORS.rst b/AUTHORS.rst index 3afd6a5..33baad6 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -2,7 +2,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`_, `Max Arnold`_ , `Martín -Gaitán`_ and others. +Gaitán`_, `Craig Bruce`_ and others. Included Javascript code snippets for integration of the analytics services were written by the respective service providers. @@ -25,6 +25,7 @@ The work on Intercom was made possible by `GreenKahuna`_. .. _`Philippe O. Wagner`: mailto:admin@arteria.ch .. _`Max Arnold`: https://github.com/max-arnold .. _`Martín Gaitán`: https://github.com/mgaitan +.. _`Craig Bruce`: https://github.com/craigbruce .. _`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 905ec5f..a87dfd0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,4 +1,4 @@ -Version 0.17.2 +Version 0.18.0 -------------- * Update HubSpot code (Craig Bruce) diff --git a/analytical/__init__.py b/analytical/__init__.py index bc7edfe..200b0aa 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.17.1" +__version__ = "0.18.0" __copyright__ = "Copyright (C) 2011-2012 Joost Cassee and others" __license__ = "MIT License" diff --git a/docs/services/hubspot.rst b/docs/services/hubspot.rst index cc3daa9..730e66a 100644 --- a/docs/services/hubspot.rst +++ b/docs/services/hubspot.rst @@ -62,7 +62,7 @@ Set :const:`HUBSPOT_PORTAL_ID` in the project :file:`settings.py` file:: If you do not set the portal ID, the tracking code will not be rendered. -.. deprecated:: 0.17.2 +.. deprecated:: 0.18.0 `HUBSPOT_DOMAIN` is no longer required. .. _hubspot-internal-ips: