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
commit19e6fd095fa25974ed622542a494490e5cca45f0 (patch)
treea55a275656348988859b373f744a63d0752ba8f1 /sphinx
parent5e629d1b968dc3b052aac4c49c9a008f22ba535c (diff)
downloadsphinx-19e6fd095fa25974ed622542a494490e5cca45f0.tar.gz
Bump to 1.2b2.1.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 c091a677..9bb64d0d 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__))