diff options
| author | Georg Brandl <georg@python.org> | 2010-08-23 15:21:14 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-08-23 15:21:14 +0000 |
| commit | d1b7bdffcc263efe968b3d84e7916f4df365d1a2 (patch) | |
| tree | f08878a5bfaf69b3abde4e36f3c1ca459da4757d /sphinx/__init__.py | |
| parent | 86d5d666c277425846a7344f16226bc9344a364b (diff) | |
| download | sphinx-d1b7bdffcc263efe968b3d84e7916f4df365d1a2.tar.gz | |
Update version.
Diffstat (limited to 'sphinx/__init__.py')
| -rw-r--r-- | sphinx/__init__.py | 2 |
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__)) |
