summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-03 19:56:38 +0200
committerGeorg Brandl <georg@python.org>2013-10-03 19:56:38 +0200
commit2b95ddb9dcb51aba1a40a401d2b01c383b3387da (patch)
tree9a0ffc1f3d5351771c12b1c0669f1af42df091bd /sphinx
parent33ceef4989db97e4b75e0d0c20eff32703f5d109 (diff)
downloadsphinx-2b95ddb9dcb51aba1a40a401d2b01c383b3387da.tar.gz
Bump to 1.2b3.1.2b3
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 9bb64d0d..2067afe4 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__))