mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Version and release date update.
This commit is contained in:
parent
7e3151dd73
commit
4db4fdc0c3
4
CHANGES
4
CHANGES
@ -1,5 +1,5 @@
|
|||||||
Release 1.0.6 (in development)
|
Release 1.0.6 (Jan 04, 2011)
|
||||||
==============================
|
============================
|
||||||
|
|
||||||
* #581: Fix traceback in Python domain for empty cross-reference
|
* #581: Fix traceback in Python domain for empty cross-reference
|
||||||
targets.
|
targets.
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
import sys
|
import sys
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
__version__ = '1.0.5+'
|
__version__ = '1.0.6'
|
||||||
__released__ = '1.0.5' # used when Sphinx builds its own docs
|
__released__ = '1.0.6' # 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