mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Prepare for 0.6.7 release.
This commit is contained in:
parent
7eb85e159a
commit
08285e6a50
4
CHANGES
4
CHANGES
@ -1,5 +1,5 @@
|
||||
Release 0.6.7 (in development)
|
||||
==============================
|
||||
Release 0.6.7 (Jun 05, 2010)
|
||||
============================
|
||||
|
||||
* #440: Remove usage of a Python >= 2.5 API in the ``literalinclude``
|
||||
directive.
|
||||
|
@ -12,8 +12,8 @@
|
||||
import sys
|
||||
from os import path
|
||||
|
||||
__version__ = '0.6.6+'
|
||||
__released__ = '0.6.6' # used when Sphinx builds its own docs
|
||||
__version__ = '0.6.7'
|
||||
__released__ = '0.6.7' # used when Sphinx builds its own docs
|
||||
|
||||
package_dir = path.abspath(path.dirname(__file__))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user