diff options
| author | Georg Brandl <georg@python.org> | 2009-09-04 00:06:12 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-09-04 00:06:12 +0200 |
| commit | 72a4f94db4dd689f0d095abff5b5a1557b510dcc (patch) | |
| tree | 95d932cd159d11143e97bcc617627eeb8e287c74 | |
| parent | d7ff512b42e11865b09f7d6b5e9e2d08b84799d4 (diff) | |
| download | sphinx-0.6.3.tar.gz | |
Prepare for 0.6.3 release0.6.3
| -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.3 (in development) -============================== +Release 0.6.3 (Sep 03, 2009) +============================ * Properly add C module filenames as dependencies in autodoc. diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 17b37823..bebfa70b 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -12,8 +12,8 @@ import sys from os import path -__version__ = '0.6.2+' -__released__ = '0.6.2' # used when Sphinx builds its own docs +__version__ = '0.6.3' +__released__ = '0.6.3' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__)) |
