mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Bumped version up to 0.6.1dev and fixed minor problem with doc index
This commit is contained in:
parent
aac0b2ef63
commit
a04c535a49
4 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
include INSTALL
|
||||
include LICENSE
|
||||
include MANIFEST.in
|
||||
recursive-include docs *
|
||||
recursive-include docs *.txt
|
||||
recursive-include dbtemplates/locale *
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
VERSION = (0, 6, 0)
|
||||
VERSION = (0, 6, 1)
|
||||
__version__ = '.'.join(map(str, VERSION))
|
||||
|
|
@ -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
|
||||
-----
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[egg_info]
|
||||
#tag_build = dev
|
||||
tag_build = dev
|
||||
|
||||
[build_sphinx]
|
||||
source-dir = docs/
|
||||
|
|
|
|||
Loading…
Reference in a new issue