summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2017-11-20 15:17:18 -0700
committerBert JW Regeer <bertjw@regeer.org>2017-11-20 15:17:18 -0700
commita83fc78f8ba8952a504b015f2cd7cbc8cf8974e0 (patch)
tree6082dc5760b411145d4cc740d656b8f810bccee1
parent2e20d7c8a5a0161aae339ec557820980be68a6f1 (diff)
downloadwebob-a83fc78f8ba8952a504b015f2cd7cbc8cf8974e0.tar.gz
Prep for 1.7.41.7.4
-rw-r--r--CHANGES.txt12
-rw-r--r--setup.py2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 58fec74..f7b024d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,15 @@
+1.7.4 (2017-11-20)
+
+Feature
+~~~~~~~
+
+- Add support for `wsgi.input_terminated` in the wsgi environ to allow for
+ Chunked Encoding to be used with WebOb: See
+ https://github.com/Pylons/webob/issues/278 and
+ https://gist.github.com/mitsuhiko/5721107 and
+ https://github.com/unbit/uwsgi/issues/1428 and
+ https://twitter.com/GrahamDumpleton/status/928712321127538688
+
1.7.3 (2017-06-30)
------------------
diff --git a/setup.py b/setup.py
index a2c410e..25806a0 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ docs_extras = [
setup(
name='WebOb',
- version='1.7.3',
+ version='1.7.4',
description="WSGI request and response object",
long_description=README + '\n\n' + CHANGES,
classifiers=[