summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2018-06-05 18:03:44 -0600
committerBert JW Regeer <bertjw@regeer.org>2018-06-05 18:04:10 -0600
commitd33c545b10be46cd8038038f637fcaf8386de433 (patch)
tree1dc7b8b1531550195cc63fe5918f46e678b31024
parentcd36b04ebee1ebed4a62c4fe38a2777933b4f668 (diff)
downloadwebob-1.8.2.tar.gz
Add CHANGES.txt and bump to 1.8.2v1.8.21.8.2
-rw-r--r--CHANGES.txt13
-rw-r--r--setup.py2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4a66c15..3ad290b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,16 @@
+1.8.2 (2018-06-05)
+------------------
+
+Bugfix
+~~~~~~
+
+- SameSite may now be passed as str or bytes to `Response.set_cookie` and
+ `cookies.make_cookie`. This was an oversight as all other arguments would be
+ correctly coerced before being serialized. See
+ https://github.com/Pylons/webob/issues/361 and
+ https://github.com/Pylons/webob/pull/362
+
+
1.8.1 (2018-04-10)
------------------
diff --git a/setup.py b/setup.py
index 268f7fc..5385ef8 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ docs_extras = [
setup(
name='WebOb',
- version='1.8.1',
+ version='1.8.2',
description="WSGI request and response object",
long_description=README + '\n\n' + CHANGES,
classifiers=[