summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-02 08:47:18 +0100
committerGeorg Brandl <georg@python.org>2014-03-02 08:47:18 +0100
commit30799b02fa7b5c4c4269775b90bd59de4d46f802 (patch)
treed6a24cce0a09a6014874eef8f6a1088554447345
parent50503b102709575672c2a343bdc72731c031a78e (diff)
downloadsphinx-30799b02fa7b5c4c4269775b90bd59de4d46f802.tar.gz
Post-release bump.
-rw-r--r--CHANGES7
-rw-r--r--sphinx/__init__.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 36fe912a..4b05145d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+Release 1.2.3 (in development)
+==============================
+
+Bugs fixed
+----------
+
+
Release 1.2.2 (released Mar 2, 2014)
====================================
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index c954e8a4..bb2ccee2 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,7 +15,7 @@
import sys
from os import path
-__version__ = '1.2.2'
+__version__ = '1.2.2+'
__released__ = '1.2.2' # used when Sphinx builds its own docs
# version info for better programmatic use
# possible values for 3rd element: 'alpha', 'beta', 'rc', 'final'