diff --git a/dbtemplates/__init__.py b/dbtemplates/__init__.py index f8b4c68..5034bee 100644 --- a/dbtemplates/__init__.py +++ b/dbtemplates/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 6, 1) +VERSION = (0, 6, 2) __version__ = '.'.join(map(str, VERSION)) \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index b04c24e..d5b9216 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,9 +45,9 @@ copyright = u'2009, Jannis Leidel' # built documents. # # The short X.Y version. -version = '0.6.1' +version = '0.6.2' # The full version, including alpha/beta/rc tags. -release = '0.6.1' +release = '0.6.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. 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/