diff options
author | Georg Brandl <georg@python.org> | 2010-05-25 00:53:40 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-05-25 00:53:40 +0200 |
commit | 4a796be021bc0e93c5fb40b12251b2bf079fa0b0 (patch) | |
tree | 0acc5e5e793e5c96d3b9924752d5d67d50c65a09 /sphinx/__init__.py | |
parent | d94b46ad9f6e7d1fe025d3a3e6e56261355982b7 (diff) | |
download | sphinx-git-0.6.6.tar.gz |
Prepare for 0.6.6 release.v0.6.6
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 6bcdfb9b8..520974c15 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -12,8 +12,8 @@ import sys from os import path -__version__ = '0.6.5+' -__released__ = '0.6.5' # used when Sphinx builds its own docs +__version__ = '0.6.6' +__released__ = '0.6.6' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__)) |