Prepare for 1.0.2.

This commit is contained in:
Georg Brandl 2010-08-10 17:18:46 +02:00
parent 0ed09e9c53
commit 8a17f7a84f
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Release 1.0.2 (in development)
==============================
Release 1.0.2 (Aug 05, 2010)
============================
* Allow breaking long signatures, continuing with backlash-escaped
newlines.

View File

@ -12,8 +12,8 @@
import sys
from os import path
__version__ = '1.0.1+'
__released__ = '1.0.1' # used when Sphinx builds its own docs
__version__ = '1.0.2'
__released__ = '1.0.2' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))