mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Bump to 1.2b3.
This commit is contained in:
parent
be65b99879
commit
3cd645f31e
7
CHANGES
7
CHANGES
@ -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
|
||||
--------------------
|
||||
|
||||
|
@ -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__))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user