mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-17 11:41:13 +00:00
Bump version and update changelog
This commit is contained in:
parent
da1dd33e0e
commit
4f6301d068
3 changed files with 9 additions and 4 deletions
|
|
@ -2,8 +2,8 @@ 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`_, `Craig Bruce`_, `Peter Bittner`_, `Scott Adams`_, `Eric Amador`_
|
||||
and others.
|
||||
Gaitán`_, `Craig Bruce`_, `Peter Bittner`_, `Scott Adams`_, `Eric Amador`_,
|
||||
`Alexandre Pocquet`_ and others.
|
||||
|
||||
Included Javascript code snippets for integration of the analytics
|
||||
services were written by the respective service providers.
|
||||
|
|
@ -30,6 +30,7 @@ The work on Intercom was made possible by `GreenKahuna`_.
|
|||
.. _`Peter Bittner`: https://github.com/bittner
|
||||
.. _`Scott Adams`: https://github.com/7wonders
|
||||
.. _`Eric Amador`: https://github.com/amadornimbis
|
||||
.. _`Alexandre Pocquet`: https://github.com/apocquet
|
||||
.. _`Analytical`: https://github.com/jkrall/analytical
|
||||
.. _`Bateau Knowledge`: http://www.bateauknowledge.nl/
|
||||
.. _`GreenKahuna`: http://www.greenkahuna.com/
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
Version 1.0.0
|
||||
-------------
|
||||
* Add Piwik user variables support (Alexandre Pocquet)
|
||||
|
||||
Version 0.22.0
|
||||
--------------
|
||||
* Mark package as Python 3 compatible (Martín Gaitán)
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ Django_ project. See the ``docs`` directory for more information.
|
|||
|
||||
__author__ = "Joost Cassee"
|
||||
__email__ = "joost@cassee.net"
|
||||
__version__ = "0.22.0"
|
||||
__copyright__ = "Copyright (C) 2011-2012 Joost Cassee and others"
|
||||
__version__ = "1.0.0"
|
||||
__copyright__ = "Copyright (C) 2011-2015 Joost Cassee and others"
|
||||
__license__ = "MIT License"
|
||||
|
|
|
|||
Loading…
Reference in a new issue