summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-09-04 00:06:12 +0200
committerGeorg Brandl <georg@python.org>2009-09-04 00:06:12 +0200
commit72a4f94db4dd689f0d095abff5b5a1557b510dcc (patch)
tree95d932cd159d11143e97bcc617627eeb8e287c74
parentd7ff512b42e11865b09f7d6b5e9e2d08b84799d4 (diff)
downloadsphinx-0.6.3.tar.gz
Prepare for 0.6.3 release0.6.3
-rw-r--r--CHANGES4
-rw-r--r--sphinx/__init__.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 473a99b4..3a8e8bf8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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__))