mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update for 0.6.2.
This commit is contained in:
parent
d98e9e3376
commit
e4e41eb31c
4
CHANGES
4
CHANGES
@ -1,5 +1,5 @@
|
|||||||
Release 0.6.2 (in development)
|
Release 0.6.2 (Jun 16, 2009)
|
||||||
==============================
|
============================
|
||||||
|
|
||||||
* #130: Fix obscure IndexError in doctest extension.
|
* #130: Fix obscure IndexError in doctest extension.
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@ import sys
|
|||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
__revision__ = '$Revision$'
|
__revision__ = '$Revision$'
|
||||||
__version__ = '0.6.1+'
|
__version__ = '0.6.2'
|
||||||
__released__ = '0.6.1'
|
__released__ = '0.6.2'
|
||||||
|
|
||||||
package_dir = path.abspath(path.dirname(__file__))
|
package_dir = path.abspath(path.dirname(__file__))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user