Release 1.5.0

* accept empty strings from app iterator
* start testing with python 3.6
* ssl fixes for httplib2
This commit is contained in:
Chris Dent 2017-03-06 17:44:00 +00:00
parent e9a75da901
commit 0a84775971
3 changed files with 4 additions and 3 deletions

View File

@ -115,7 +115,7 @@ it into all of the *other* Python Web testing frameworks.
The Python 2 version of wsgi-intercept was the result. Kumar McMillan
later took over maintenance.
The current version is tested with Python 2.7, 3.3, 3.4, 3.5 and pypy
The current version is tested with Python 2.7, 3.3, 3.4, 3.5, 3.6, and pypy
and was assembled by `Chris Dent`_. Testing and documentation improvements
from `Sasha Hart`_.

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
VERSION = '1.4.1'
VERSION = '1.5.0'
CLASSIFIERS = """
Environment :: Web Environment
@ -14,6 +14,7 @@ Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Internet :: WWW/HTTP :: WSGI
Topic :: Software Development :: Testing
""".strip().splitlines()

View File

@ -115,7 +115,7 @@ it into all of the *other* Python Web testing frameworks.
The Python 2 version of wsgi-intercept was the result. Kumar McMillan
later took over maintenance.
The current version is tested with Python 2.7, 3.3, 3.4, 3.5 and pypy
The current version is tested with Python 2.7, 3.3, 3.4, 3.5, 3.6, and pypy
and was assembled by `Chris Dent`_. Testing and documentation improvements
from `Sasha Hart`_.