From 72abb2f6f104182d0a4ee84817e5791d67612702 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 7 Jul 2010 12:42:30 +0200 Subject: [PATCH] Bumped version to 0.7.2a1 --- dbtemplates/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dbtemplates/__init__.py b/dbtemplates/__init__.py index a5f830a..bc8c296 100644 --- a/dbtemplates/__init__.py +++ b/dbtemplates/__init__.py @@ -1 +1 @@ -__version__ = "0.7.1" +__version__ = "0.7.2" diff --git a/setup.cfg b/setup.cfg index 6700ea9..da41e68 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [egg_info] -#tag_build = a1 +tag_build = a1 [build_sphinx] source-dir = docs/