summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-29 20:03:56 +0100
committerGeorg Brandl <georg@python.org>2008-11-29 20:03:56 +0100
commitf8f41e1341f4aeb4458f74e4e4e47833210abdcb (patch)
tree53111d7774b674eb48be2e254f1e165332751cfb
parent10c994f344a0ecee8b43e94d0190b95d8d1d4aea (diff)
downloadsphinx-f8f41e1341f4aeb4458f74e4e4e47833210abdcb.tar.gz
This is version 0.6.
-rw-r--r--sphinx/__init__.py4
1 files 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__))