summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2019-12-18 14:45:32 +0100
committerBert JW Regeer <bertjw@regeer.org>2019-12-20 11:27:24 +0100
commite586be8f43dbb266b9ef28bb285408b3ac3dacd4 (patch)
treecedb1ee4aa0eed11b75f203034ab637164998acd
parentd1f283b277a664ac03fee62b3f0e9fc930f6ee50 (diff)
downloadwaitress-e586be8f43dbb266b9ef28bb285408b3ac3dacd4.tar.gz
Version 1.4.0
Updating version to version 1.4.0 due to the many changes in this release. If anyone has explicitly pinned 1.3.x they will need to opt-in to receive the security fixes, which do come with big changes that may cahnge how Waitress handles HTTP requests.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c2f286b..96846d1 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ testing_extras = [
setup(
name="waitress",
- version="1.3.1",
+ version="1.4.0",
author="Zope Foundation and Contributors",
author_email="zope-dev@zope.org",
maintainer="Pylons Project",