summaryrefslogtreecommitdiff
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
parent5e629d1b968dc3b052aac4c49c9a008f22ba535c (diff)
downloadsphinx-1.2b2.tar.gz
Bump to 1.2b2.1.2b2
-rw-r--r--CHANGES4
-rw-r--r--sphinx/__init__.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index ac5c45f5..2207ba30 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Release 1.2 (in development)
-============================
+Release 1.2 beta2 (released Sep 17, 2013)
+=========================================
Features added
--------------
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__))