Bumped to 0.7.4.

This commit is contained in:
Jannis Leidel 2010-09-23 04:01:49 +02:00
parent b91c23e15e
commit b0e64ffd4c
3 changed files with 8 additions and 3 deletions

View file

@ -1 +1 @@
__version__ = "0.7.3"
__version__ = "0.7.4"

View file

@ -45,9 +45,9 @@ copyright = u'2010, Jannis Leidel'
# built documents.
#
# The short X.Y version.
version = '0.7.3'
version = '0.7.4'
# The full version, including alpha/beta/rc tags.
release = '0.7.3'
release = '0.7.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -295,6 +295,11 @@ Admin actions
Changelog
=========
0.7.4 (09-23-10)
----------------
* Fixed tests.
0.7.3 (09-21-10)
----------------