Skip to content

Commit af05608

Browse files
Release 2.11 (#673)
1 parent 16aa242 commit af05608

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
codecov:
2+
branch: master
3+
notify:
4+
wait_for_ci: yes

CHANGES.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
.. towncrier release notes start
22

3+
2.11.0 (2021-01-31)
4+
===================
5+
6+
* Support initialising `EncryptedCookieStorage` with `Fernet` object directly.
7+
* Fix an issue where the session would get reset before the cookie expiry.
8+
39
2.10.0 (2021-12-30)
4-
=====================
10+
===================
511

612
* Typing support
713
* Add samesite cookie option

aiohttp_session/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""User sessions for aiohttp.web."""
22

3-
__version__ = "2.10.0"
3+
__version__ = "2.11.0"
44

55
import abc
66
import json

0 commit comments

Comments
 (0)