mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Bump version.
This commit is contained in:
parent
d37f348718
commit
8ba7d97fa7
4
CHANGES
4
CHANGES
@ -1,5 +1,5 @@
|
||||
Release 1.0.7 (in development)
|
||||
==============================
|
||||
Release 1.0.7 (Jan 15, 2011)
|
||||
============================
|
||||
|
||||
* #347: Fix wrong generation of directives of static methods in
|
||||
autosummary.
|
||||
|
@ -12,8 +12,8 @@
|
||||
import sys
|
||||
from os import path
|
||||
|
||||
__version__ = '1.0.6+'
|
||||
__released__ = '1.0.6' # used when Sphinx builds its own docs
|
||||
__version__ = '1.0.7'
|
||||
__released__ = '1.0.7' # used when Sphinx builds its own docs
|
||||
|
||||
package_dir = path.abspath(path.dirname(__file__))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user