Next version will be 1.0.

This commit is contained in:
Georg Brandl
2009-04-29 12:55:03 +02:00
parent 7425f381b8
commit 7e53d3f71b
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
Release 0.7 (in development)
Release 1.0 (in development)
============================
* Allow searching for object names including the module name, like

View File

@@ -519,7 +519,7 @@ that use Sphinx' HTMLWriter class.
If true, "(C) Copyright ..." is shown in the HTML footer. Default is ``True``.
.. versionadded:: 0.7
.. versionadded:: 1.0
.. confval:: html_show_sphinx

View File

@@ -13,8 +13,8 @@ import sys
from os import path
__revision__ = '$Revision$'
__version__ = '0.7'
__released__ = '0.7 (hg)'
__version__ = '1.0'
__released__ = '1.0 (hg)'
package_dir = path.abspath(path.dirname(__file__))