mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Bump version to 0.4.0
This commit is contained in:
parent
4c2a39beda
commit
f6cbd4b744
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
Version 0.4.0
|
||||||
|
-------------
|
||||||
|
* Added support for the Geckoboard service.
|
||||||
|
|
||||||
Version 0.3.0
|
Version 0.3.0
|
||||||
-------------
|
-------------
|
||||||
* Added support for the Performable service.
|
* Added support for the Performable service.
|
||||||
|
|
|
||||||
|
|
@ -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__ = "0.3.0"
|
__version__ = "0.4.0"
|
||||||
__copyright__ = "Copyright (C) 2011 Joost Cassee"
|
__copyright__ = "Copyright (C) 2011 Joost Cassee"
|
||||||
__license__ = "MIT License"
|
__license__ = "MIT License"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue