Update for 1.0.4.

This commit is contained in:
Georg Brandl
2010-09-17 10:02:07 +02:00
parent 81bb0cd8d1
commit a3afc2a202
2 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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__))