summaryrefslogtreecommitdiff
path: root/sphinx/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-23 15:21:14 +0000
committerGeorg Brandl <georg@python.org>2010-08-23 15:21:14 +0000
commitd1b7bdffcc263efe968b3d84e7916f4df365d1a2 (patch)
treef08878a5bfaf69b3abde4e36f3c1ca459da4757d /sphinx/__init__.py
parent86d5d666c277425846a7344f16226bc9344a364b (diff)
downloadsphinx-d1b7bdffcc263efe968b3d84e7916f4df365d1a2.tar.gz
Update version.
Diffstat (limited to 'sphinx/__init__.py')
-rw-r--r--sphinx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index c193d095..3b1f2adb 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -12,7 +12,7 @@
import sys
from os import path
-__version__ = '1.0.2'
+__version__ = '1.0.2+'
__released__ = '1.0.2' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))