Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
- no longer swallow wsgi.errors into a BytesIO, send to sys.stderr
  instead
  • Loading branch information
cdent committed Jan 11, 2018
1 parent 5c0bbf2 commit 2807f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

from setuptools import setup, find_packages

VERSION = '1.5.1'
VERSION = '1.6.0'

CLASSIFIERS = """
Environment :: Web Environment
Expand Down

0 comments on commit 2807f73

Please sign in to comment.