summaryrefslogtreecommitdiff
path: root/sphinx/__init__.py
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 /sphinx/__init__.py
parentbf62f3bfa4bcbc9f81e39f27f1be6d7ea588e810 (diff)
downloadsphinx-1.0.5.tar.gz
Update release date and version.1.0.5
Diffstat (limited to 'sphinx/__init__.py')
-rw-r--r--sphinx/__init__.py4
1 files changed, 2 insertions, 2 deletions
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__))