From 2beda0697dbecfd98d0657af423a183c6747dd1e Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 19 Oct 2009 02:50:46 +0200 Subject: [PATCH] Living in the future --- dbtemplates/__init__.py | 2 +- docs/conf.py | 4 ++-- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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/