summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-09-17 10:02:07 +0200
committerGeorg Brandl <georg@python.org>2010-09-17 10:02:07 +0200
commita3afc2a202a9a093597a4c3864672c368d2b4c18 (patch)
tree24ef56ac982ea6f2e11b2e5ec9e772d92b735a4b
parent81bb0cd8d1ba162e5093ee7689bc947f9bdecdf4 (diff)
downloadsphinx-git-1.0.4.tar.gz
Update for 1.0.4.v1.0.4
-rw-r--r--CHANGES4
-rw-r--r--sphinx/__init__.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 80129b1ed..9a03a384b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
-Release 1.0.4 (in development)
-==============================
+Release 1.0.4 (Sep 17, 2010)
+============================
* #524: Open intersphinx inventories in binary mode on Windows,
since version 2 contains zlib-compressed data.
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 5a6c3571c..5710d1a89 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -12,8 +12,8 @@
import sys
from os import path
-__version__ = '1.0.3+'
-__released__ = '1.0.3' # used when Sphinx builds its own docs
+__version__ = '1.0.4'
+__released__ = '1.0.4' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))