Bumped version up to 0.6.1dev and fixed minor problem with doc index

This commit is contained in:
Jannis Leidel 2009-10-09 15:36:47 +02:00
parent aac0b2ef63
commit a04c535a49
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
include INSTALL
include LICENSE
include MANIFEST.in
recursive-include docs *
recursive-include docs *.txt
recursive-include dbtemplates/locale *

View file

@ -1,2 +1,2 @@
VERSION = (0, 6, 0)
VERSION = (0, 6, 1)
__version__ = '.'.join(map(str, VERSION))

View file

@ -373,7 +373,7 @@ Changelog
0.4.1
-----
* added French (by Roland Frédéric) and German locale
* added French (by Roland Frederic) and German locale
0.4.0
-----

View file

@ -1,5 +1,5 @@
[egg_info]
#tag_build = dev
tag_build = dev
[build_sphinx]
source-dir = docs/