mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Prepare for 0.6.3 release
This commit is contained in:
parent
dcff10ddaa
commit
aea14370d9
4
CHANGES
4
CHANGES
@ -1,5 +1,5 @@
|
||||
Release 0.6.3 (in development)
|
||||
==============================
|
||||
Release 0.6.3 (Sep 03, 2009)
|
||||
============================
|
||||
|
||||
* Properly add C module filenames as dependencies in autodoc.
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
import sys
|
||||
from os import path
|
||||
|
||||
__version__ = '0.6.2+'
|
||||
__released__ = '0.6.2' # used when Sphinx builds its own docs
|
||||
__version__ = '0.6.3'
|
||||
__released__ = '0.6.3' # used when Sphinx builds its own docs
|
||||
|
||||
package_dir = path.abspath(path.dirname(__file__))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user