Update changelog and bump version

This commit is contained in:
Joost Cassee 2015-04-19 10:49:25 +02:00
parent aab1cfc508
commit adb184adfd
3 changed files with 8 additions and 2 deletions

View file

@ -2,7 +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`_ and others.
Gaitán`_, `Craig Bruce`_, `Peter Bittner`_, `Scott Adams`_, `Eric Amador`_
and others.
Included Javascript code snippets for integration of the analytics
services were written by the respective service providers.
@ -28,6 +29,7 @@ The work on Intercom was made possible by `GreenKahuna`_.
.. _`Craig Bruce`: https://github.com/craigbruce
.. _`Peter Bittner`: https://github.com/bittner
.. _`Scott Adams`: https://github.com/7wonders
.. _`Eric Amador`: https://github.com/amadornimbis
.. _`Analytical`: https://github.com/jkrall/analytical
.. _`Bateau Knowledge`: http://www.bateauknowledge.nl/
.. _`GreenKahuna`: http://www.greenkahuna.com/

View file

@ -1,3 +1,7 @@
Version 0.21.0
--------------
* Added compatibility with Python 3 (Eric Amador)
Version 0.20.0
--------------
* Support Django 1.7 (Craig Bruce)

View file

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