Release 1.3.0

- Ensure header values in environ are native str
This commit is contained in:
Chris Dent 2016-06-29 14:50:54 -04:00
parent e3ef80c984
commit 677dcdedf2
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ Additional documentation is available on `Read The Docs`_.
"""
from __future__ import print_function
__version__ = '1.2.2'
__version__ = '1.3.0'
import sys