We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb4bb6 commit fbf88a5Copy full SHA for fbf88a5
CHANGELOG
@@ -1,4 +1,11 @@
1
2
+Release 1.11.0 (2019-08-26)
3
+===========================
4
+
5
+* Fixed cookie path option not being properly set (`self._path` was removed, only `self.path` exists)
6
+* Documented `SameSite` option
7
+* Fixed cookie expiration being localised when it shouldn't.
8
9
Release 1.10.1 (2019-02-21)
10
===========================
11
beaker/__init__.py
@@ -1 +1 @@
-__version__ = '1.10.1'
+__version__ = '1.11.0'
0 commit comments