From f8f41e1341f4aeb4458f74e4e4e47833210abdcb Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 29 Nov 2008 20:03:56 +0100 Subject: This is version 0.6. --- sphinx/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 2df41707..9a41d4a0 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -13,8 +13,8 @@ import sys from os import path __revision__ = '$Revision$' -__version__ = '0.5' -__released__ = '0.5' +__version__ = '0.6' +__released__ = '0.6 (hg)' package_dir = path.abspath(path.dirname(__file__)) -- cgit v1.2.1