summaryrefslogtreecommitdiff
path: root/sphinx/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-04 23:43:29 +0100
committerGeorg Brandl <georg@python.org>2011-01-04 23:43:29 +0100
commit526a4a84bd9d485af2b595056c9c4e3737ef2078 (patch)
tree152c39c1b1d0e1857901dddbbc6e3361919dae83 /sphinx/__init__.py
parentd714e312146fddbd08a4761deae73ea7f2d3b8c0 (diff)
downloadsphinx-1.0.6.tar.gz
Version and release date update.1.0.6
Diffstat (limited to 'sphinx/__init__.py')
-rw-r--r--sphinx/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 9773123f..e292353d 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -12,8 +12,8 @@
import sys
from os import path
-__version__ = '1.0.5+'
-__released__ = '1.0.5' # used when Sphinx builds its own docs
+__version__ = '1.0.6'
+__released__ = '1.0.6' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))