Bump version to 0.4.0

This commit is contained in:
Joost Cassee 2011-02-14 08:41:47 +01:00
parent 4c2a39beda
commit f6cbd4b744
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Version 0.4.0
-------------
* Added support for the Geckoboard service.
Version 0.3.0
-------------
* Added support for the Performable service.

View file

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