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/