diff options
| author | Georg Brandl <georg@python.org> | 2010-11-12 08:35:03 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-11-12 08:35:03 +0100 |
| commit | fa0d2df98e33aaf7cbfcc644955a225e2dac17c9 (patch) | |
| tree | 4370c73406ffdc35ba868eff221f6ded44e5d5a7 | |
| parent | bf62f3bfa4bcbc9f81e39f27f1be6d7ea588e810 (diff) | |
| download | sphinx-1.0.5.tar.gz | |
Update release date and version.1.0.5
| -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.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__)) |
