mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Prepare for 1.0.2.
This commit is contained in:
parent
0ed09e9c53
commit
8a17f7a84f
4
CHANGES
4
CHANGES
@ -1,5 +1,5 @@
|
|||||||
Release 1.0.2 (in development)
|
Release 1.0.2 (Aug 05, 2010)
|
||||||
==============================
|
============================
|
||||||
|
|
||||||
* Allow breaking long signatures, continuing with backlash-escaped
|
* Allow breaking long signatures, continuing with backlash-escaped
|
||||||
newlines.
|
newlines.
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
import sys
|
import sys
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
__version__ = '1.0.1+'
|
__version__ = '1.0.2'
|
||||||
__released__ = '1.0.1' # used when Sphinx builds its own docs
|
__released__ = '1.0.2' # 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