summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-12 08:35:03 +0100
committerGeorg Brandl <georg@python.org>2010-11-12 08:35:03 +0100
commitfa0d2df98e33aaf7cbfcc644955a225e2dac17c9 (patch)
tree4370c73406ffdc35ba868eff221f6ded44e5d5a7
parentbf62f3bfa4bcbc9f81e39f27f1be6d7ea588e810 (diff)
downloadsphinx-1.0.5.tar.gz
Update release date and version.1.0.5
-rw-r--r--CHANGES4
-rw-r--r--sphinx/__init__.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index a1b59bca..648f2985 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Release 1.0.5 (in development)
-==============================
+Release 1.0.5 (Nov 12, 2010)
+============================
* #557: Add CSS styles required by docutils 0.7 for aligned images
and figures.
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 5710d1a8..06628692 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -12,8 +12,8 @@
import sys
from os import path
-__version__ = '1.0.4'
-__released__ = '1.0.4' # used when Sphinx builds its own docs
+__version__ = '1.0.5'
+__released__ = '1.0.5' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))