Bump version to 1.1.3.

This commit is contained in:
Georg Brandl 2012-03-10 21:42:25 +01:00
parent 4cf1afb064
commit 0adcbc43af
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Release 1.1.3 (in development)
==============================
Release 1.1.3 (Mar 10, 2012)
============================
* PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII
characters correctly.

View File

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