Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-09-17 17:46:04 +0400
committerGeorg Brandl <georg@python.org>2013-09-17 17:46:04 +0400
commit8da68a8d66a47535f9ff85ba98b8805e1ba6ec9e (patch)
treea55a275656348988859b373f744a63d0752ba8f1
parent13f6fc7994289ce3a76d7a2d0cba7ef213a6cb5b (diff)
Bump to 1.2b2.v1.2b21.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 ac5c45f5d..2207ba30f 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 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__))