diff options
author | Georg Brandl <georg@python.org> | 2009-03-24 21:45:17 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-03-24 21:45:17 +0100 |
commit | 96689eec28c1b70e0871b907f7d0e277cb019e3f (patch) | |
tree | ef30b929b03f1753226a3b721dace4d403010c80 | |
parent | 7685ccd39669eac18ccddcafbf34f34f0c7c2ae0 (diff) | |
download | sphinx-git-96689eec28c1b70e0871b907f7d0e277cb019e3f.tar.gz |
Update info for 0.6 final.v0.6
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | sphinx/__init__.py | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ -Release 0.6 (in development) -============================ +Release 0.6 (Mar 24, 2009) +========================== New features added ------------------ diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 0e37bf15a..4e1d6924f 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -13,8 +13,8 @@ import sys from os import path __revision__ = '$Revision$' -__version__ = '0.6b1' -__released__ = '0.6b1' +__version__ = '0.6' +__released__ = '0.6' package_dir = path.abspath(path.dirname(__file__)) |