mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update for 0.7dev.
This commit is contained in:
parent
fbdb5007cc
commit
371ccb34fa
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
|||||||
|
Release 0.7 (in development)
|
||||||
|
============================
|
||||||
|
|
||||||
Release 0.6 (Mar 24, 2009)
|
Release 0.6 (Mar 24, 2009)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@ import sys
|
|||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
__revision__ = '$Revision$'
|
__revision__ = '$Revision$'
|
||||||
__version__ = '0.6'
|
__version__ = '0.7'
|
||||||
__released__ = '0.6'
|
__released__ = '0.7 (hg)'
|
||||||
|
|
||||||
package_dir = path.abspath(path.dirname(__file__))
|
package_dir = path.abspath(path.dirname(__file__))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user