Fix version and changelog

Version skipped 0.6.0 and the changelog was not updated.
This commit is contained in:
Joost Cassee 2011-02-25 00:21:20 +01:00
parent 19d6cbaa48
commit c23b0abc02
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Version 0.6.0
-------------
* Added support for the Reinvigorate service.
* Added support for the Olark service.
Version 0.5.0
-------------
* Split off Geckoboard support into django-geckoboard_.

View file

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