Skip to content

Commit

Permalink
Release 2.11 (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Jan 31, 2022
1 parent 16aa242 commit af05608
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
codecov:
branch: master
notify:
wait_for_ci: yes
8 changes: 7 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
.. towncrier release notes start

2.11.0 (2021-01-31)
===================

* Support initialising `EncryptedCookieStorage` with `Fernet` object directly.
* Fix an issue where the session would get reset before the cookie expiry.

2.10.0 (2021-12-30)
=====================
===================

* Typing support
* Add samesite cookie option
Expand Down
2 changes: 1 addition & 1 deletion aiohttp_session/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""User sessions for aiohttp.web."""

__version__ = "2.10.0"
__version__ = "2.11.0"

import abc
import json
Expand Down

0 comments on commit af05608

Please sign in to comment.