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 | 5c09efb9ad7ec8380328a54b9c086212b8107abf (patch) | |
| tree | ef30b929b03f1753226a3b721dace4d403010c80 | |
| parent | 64c568f7b10c2b430c169d35257ea5b50c84a1da (diff) | |
| download | sphinx-0.6.tar.gz | |
Update info for 0.6 final.0.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 0e37bf15..4e1d6924 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__)) |
