diff options
| author | Georg Brandl <georg@python.org> | 2014-03-02 08:47:18 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-03-02 08:47:18 +0100 |
| commit | 30799b02fa7b5c4c4269775b90bd59de4d46f802 (patch) | |
| tree | d6a24cce0a09a6014874eef8f6a1088554447345 | |
| parent | 50503b102709575672c2a343bdc72731c031a78e (diff) | |
| download | sphinx-30799b02fa7b5c4c4269775b90bd59de4d46f802.tar.gz | |
Post-release bump.
| -rw-r--r-- | CHANGES | 7 | ||||
| -rw-r--r-- | sphinx/__init__.py | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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' |
