Skip to content

Commit

Permalink
Add CHANGES.txt and bump to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Jun 6, 2018
1 parent cd36b04 commit d33c545
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='WebOb',
version='1.8.1',
version='1.8.2',
description="WSGI request and response object",
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit d33c545

Please sign in to comment.