mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Bump version to 0.18.0 and credit Craig Bruce
This commit is contained in:
parent
d21847d1e2
commit
8770c37b33
4 changed files with 5 additions and 4 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Version 0.17.2
|
||||
Version 0.18.0
|
||||
--------------
|
||||
* Update HubSpot code (Craig Bruce)
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue