diff options
author | Georg Brandl <georg@python.org> | 2010-06-05 18:42:11 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-06-05 18:42:11 +0200 |
commit | 08285e6a50e4138b516100c3d1079ff11ce07969 (patch) | |
tree | 688a8c7fe6711fc3f64d7c3e851a139502a79157 /sphinx/__init__.py | |
parent | 7eb85e159a23526b823a636ccc956d61be1fba16 (diff) | |
download | sphinx-git-0.6.7.tar.gz |
Diffstat (limited to 'sphinx/__init__.py')
-rw-r--r-- | sphinx/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py index ccdfaf3b4..724098798 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -12,8 +12,8 @@ import sys from os import path -__version__ = '0.6.6+' -__released__ = '0.6.6' # used when Sphinx builds its own docs +__version__ = '0.6.7' +__released__ = '0.6.7' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__)) |