summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-15 16:25:43 +0100
committerGeorg Brandl <georg@python.org>2011-01-15 16:25:43 +0100
commite50b58b3c7ff3a50a6234b1a870bd649f4ae2805 (patch)
tree2a75df549c44649bf58b23f419db4ea03b8a3cec
parenteceb67b88c3fd5cd7259147609eee9322e074598 (diff)
downloadsphinx-1.0.7.tar.gz
Bump version.1.0.7
-rw-r--r--CHANGES4
-rw-r--r--sphinx/__init__.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index e91a032e..b81eea5e 100644
--- a/CHANGES
+++ b/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.
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__))