diff options
| author | Georg Brandl <georg@python.org> | 2010-05-30 19:52:08 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-05-30 19:52:08 +0200 |
| commit | 0a91ac75b7d0b3d5ba415723f797df9604a3f997 (patch) | |
| tree | 4926f392e13f61a56b662cdad8b09027dd420ec8 /sphinx | |
| parent | 1b9963f4d861b19ef4f0fda2ba785b13db6a6de1 (diff) | |
| download | sphinx-git-1.0b2.tar.gz | |
Release preparation for 1.0b2.v1.0b2
Diffstat (limited to 'sphinx')
| -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 06355ea26..200323d5b 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -12,8 +12,8 @@ import sys from os import path -__version__ = '1.0b1+' -__released__ = '1.0b1' # used when Sphinx builds its own docs +__version__ = '1.0b2' +__released__ = '1.0b2' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__)) |
