diff options
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 6bcdfb9b..520974c1 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__)) |