Update changelog and bump version to 2.2.0

This commit is contained in:
Joost Cassee 2016-05-25 20:22:15 +02:00
parent fb24d003f2
commit eadd182fd0
3 changed files with 7 additions and 2 deletions

View file

@ -4,7 +4,7 @@ contributions from `Eric Davis`_, `Paul Oswald`_, `Uros Trebec`_,
`Tinnet Coronam`_, `Philippe O. Wagner`_, `Max Arnold`_ , `Martín `Tinnet Coronam`_, `Philippe O. Wagner`_, `Max Arnold`_ , `Martín
Gaitán`_, `Craig Bruce`_, `Peter Bittner`_, `Scott Adams`_, `Eric Amador`_, Gaitán`_, `Craig Bruce`_, `Peter Bittner`_, `Scott Adams`_, `Eric Amador`_,
`Alexandre Pocquet`_, `Brad Pitcher`_, `Hugo Osvaldo Barrera`_, `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 Included Javascript code snippets for integration of the analytics
services were written by the respective service providers. 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 .. _`Hugo Osvaldo Barrera`: https://github.com/hobarrera
.. _`Nikolay Korotkiy`: https://github.com/sikmir .. _`Nikolay Korotkiy`: https://github.com/sikmir
.. _`Steve Schwarz`: https://github.com/saschwarz .. _`Steve Schwarz`: https://github.com/saschwarz
.. _`Aleck Landgraf`: https://github.com/alecklandgraf
.. _`Analytical`: https://github.com/jkrall/analytical .. _`Analytical`: https://github.com/jkrall/analytical
.. _`Bateau Knowledge`: http://www.bateauknowledge.nl/ .. _`Bateau Knowledge`: http://www.bateauknowledge.nl/
.. _`GreenKahuna`: http://www.greenkahuna.com/ .. _`GreenKahuna`: http://www.greenkahuna.com/

View file

@ -1,3 +1,7 @@
Version 2.2.0
-------------
* Update Woopra JavaScript snippet (Aleck Landgraf)
Version 2.1.0 Version 2.1.0
------------- -------------
* Support Rating@Mmail.ru (Nikolay Korotkiy) * Support Rating@Mmail.ru (Nikolay Korotkiy)

View file

@ -10,6 +10,6 @@ Django_ project. See the ``docs`` directory for more information.
__author__ = "Joost Cassee" __author__ = "Joost Cassee"
__email__ = "joost@cassee.net" __email__ = "joost@cassee.net"
__version__ = "2.1.0" __version__ = "2.2.0"
__copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others" __copyright__ = "Copyright (C) 2011-2016 Joost Cassee and others"
__license__ = "MIT License" __license__ = "MIT License"