From 732857577eebb8f8817cef7a37a92d27ece0abc4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 5 Jun 2010 18:48:25 +0200 Subject: [PATCH] Post-release updates. --- sphinx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 724098798..3ad5732ae 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -12,7 +12,7 @@ import sys from os import path -__version__ = '0.6.7' +__version__ = '0.6.7+' __released__ = '0.6.7' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__))