summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-03-01 23:12:59 +0100
committerGeorg Brandl <georg@python.org>2010-03-01 23:12:59 +0100
commite0f6836cfb6d01f4d88df6dbcfb73cfd39931c93 (patch)
treeea3a51d8c24e9ac31d33c743c3e095d50aa28080 /sphinx
parent814806741fab1ef8dcf8b84a6af82d36c12fc648 (diff)
downloadsphinx-0.6.5.tar.gz
Update version and release date.0.6.5
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 6a55c9b8..60c1b9a4 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__))