diff options
| author | Georg Brandl <georg@python.org> | 2013-10-03 19:56:38 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-10-03 19:56:38 +0200 |
| commit | 3cd645f31e2a092533d960e60bdbda9bf49ac65e (patch) | |
| tree | 9a0ffc1f3d5351771c12b1c0669f1af42df091bd | |
| parent | be65b9987933f6330e900d4020f00ec6280750db (diff) | |
| download | sphinx-git-1.2b3.tar.gz | |
Bump to 1.2b3.v1.2b3
| -rw-r--r-- | CHANGES | 7 | ||||
| -rw-r--r-- | sphinx/__init__.py | 4 |
2 files changed, 7 insertions, 4 deletions
@@ -1,9 +1,12 @@ -Release 1.2 (in development) -============================ +Release 1.2 beta3 (released Oct 3, 2013) +======================================== Features added -------------- +* The Sphinx error log files will now include a list of the loaded extensions + for help in debugging. + Incompatible changes -------------------- diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 9bb64d0dd..2067afe42 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -15,8 +15,8 @@ import sys from os import path -__version__ = '1.2b2' -__released__ = '1.2b2' # used when Sphinx builds its own docs +__version__ = '1.2b3' +__released__ = '1.2b3' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__)) |
