mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Bump to 1.2b1.
This commit is contained in:
parent
9abf39f912
commit
0b41ccb005
4
CHANGES
4
CHANGES
@ -1,5 +1,5 @@
|
|||||||
Release 1.2 (in development)
|
Release 1.2 (beta1 released Mar 31, 2013)
|
||||||
============================
|
=========================================
|
||||||
|
|
||||||
Incompatible changes
|
Incompatible changes
|
||||||
--------------------
|
--------------------
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
import sys
|
import sys
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
__version__ = '1.2pre'
|
__version__ = '1.2b1'
|
||||||
__released__ = '1.2 (hg)' # used when Sphinx builds its own docs
|
__released__ = '1.2b1' # used when Sphinx builds its own docs
|
||||||
|
|
||||||
package_dir = path.abspath(path.dirname(__file__))
|
package_dir = path.abspath(path.dirname(__file__))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user