From a04c535a492c232a0efe1db8e729a17bb0ab4355 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 9 Oct 2009 15:36:47 +0200 Subject: [PATCH] Bumped version up to 0.6.1dev and fixed minor problem with doc index --- MANIFEST.in | 2 +- dbtemplates/__init__.py | 2 +- docs/overview.txt | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 45cb057..01d14b9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include INSTALL include LICENSE include MANIFEST.in -recursive-include docs * +recursive-include docs *.txt recursive-include dbtemplates/locale * diff --git a/dbtemplates/__init__.py b/dbtemplates/__init__.py index d1fc581..f8b4c68 100644 --- a/dbtemplates/__init__.py +++ b/dbtemplates/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 6, 0) +VERSION = (0, 6, 1) __version__ = '.'.join(map(str, VERSION)) \ No newline at end of file diff --git a/docs/overview.txt b/docs/overview.txt index a893668..76349a6 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -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 ----- diff --git a/setup.cfg b/setup.cfg index 98cef66..49fc682 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [egg_info] -#tag_build = dev +tag_build = dev [build_sphinx] source-dir = docs/