summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-09-17 15:46:04 +0200
committerGeorg Brandl <georg@python.org>2013-09-17 15:46:04 +0200
commit8da68a8d66a47535f9ff85ba98b8805e1ba6ec9e (patch)
treea55a275656348988859b373f744a63d0752ba8f1 /sphinx
parent13f6fc7994289ce3a76d7a2d0cba7ef213a6cb5b (diff)
downloadsphinx-git-1.2b2.tar.gz
Bump to 1.2b2.v1.2b2
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 c091a6776..9bb64d0dd 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,8 +15,8 @@
import sys
from os import path
-__version__ = '1.2b1'
-__released__ = '1.2b1' # used when Sphinx builds its own docs
+__version__ = '1.2b2'
+__released__ = '1.2b2' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))