diff options
| author | Georg Brandl <georg@python.org> | 2013-10-03 19:56:38 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-10-03 19:56:38 +0200 |
| commit | 3cd645f31e2a092533d960e60bdbda9bf49ac65e (patch) | |
| tree | 9a0ffc1f3d5351771c12b1c0669f1af42df091bd /sphinx/__init__.py | |
| parent | be65b9987933f6330e900d4020f00ec6280750db (diff) | |
| download | sphinx-git-1.2b3.tar.gz | |
Bump to 1.2b3.v1.2b3
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 9bb64d0dd..2067afe42 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -15,8 +15,8 @@ import sys from os import path -__version__ = '1.2b2' -__released__ = '1.2b2' # used when Sphinx builds its own docs +__version__ = '1.2b3' +__released__ = '1.2b3' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__)) |
