diff options
| author | Georg Brandl <georg@python.org> | 2011-01-15 16:25:43 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-15 16:25:43 +0100 |
| commit | e50b58b3c7ff3a50a6234b1a870bd649f4ae2805 (patch) | |
| tree | 2a75df549c44649bf58b23f419db4ea03b8a3cec | |
| parent | eceb67b88c3fd5cd7259147609eee9322e074598 (diff) | |
| download | sphinx-1.0.7.tar.gz | |
Bump version.1.0.7
| -rw-r--r-- | CHANGES | 4 | ||||
| -rw-r--r-- | sphinx/__init__.py | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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. diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 699bafee..3a9d3a82 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -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__)) |
