From b0e64ffd4ce9e272f8d8b400e567218f5cb7a32b Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 23 Sep 2010 04:01:49 +0200 Subject: [PATCH] Bumped to 0.7.4. --- dbtemplates/__init__.py | 2 +- docs/conf.py | 4 ++-- docs/overview.txt | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/dbtemplates/__init__.py b/dbtemplates/__init__.py index 4910b9e..ed9d4d8 100644 --- a/dbtemplates/__init__.py +++ b/dbtemplates/__init__.py @@ -1 +1 @@ -__version__ = "0.7.3" +__version__ = "0.7.4" diff --git a/docs/conf.py b/docs/conf.py index befa830..09e52e2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,9 +45,9 @@ copyright = u'2010, Jannis Leidel' # built documents. # # The short X.Y version. -version = '0.7.3' +version = '0.7.4' # The full version, including alpha/beta/rc tags. -release = '0.7.3' +release = '0.7.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/overview.txt b/docs/overview.txt index 0f90bea..0d732fb 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -295,6 +295,11 @@ Admin actions Changelog ========= +0.7.4 (09-23-10) +---------------- + +* Fixed tests. + 0.7.3 (09-21-10) ----------------