diff options
author | Georg Brandl <georg@python.org> | 2010-03-01 23:12:59 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-03-01 23:12:59 +0100 |
commit | e9fe355ecd2769e8c24b7a3239e2c277e06499fd (patch) | |
tree | ea3a51d8c24e9ac31d33c743c3e095d50aa28080 | |
parent | a83f9e7686e4ea53c53345eff6443c9c83246e9e (diff) | |
download | sphinx-git-0.6.5.tar.gz |
Update version and release date.v0.6.5
-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.5 (in development) -============================== +Release 0.6.5 (Mar 01, 2010) +============================ * In autodoc, fix the omission of some module members explicitly documented using documentation comments. diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 6a55c9b85..60c1b9a42 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -12,8 +12,8 @@ import sys from os import path -__version__ = '0.6.4' -__released__ = '0.6.4' # used when Sphinx builds its own docs +__version__ = '0.6.5' +__released__ = '0.6.5' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__)) |