Skip to content

Commit

Permalink
Release 2.10 (#656)
Browse files Browse the repository at this point in the history
* Release 2.10

* Update __init__.py

* Update setup.py
  • Loading branch information
Dreamsorcerer authored Dec 30, 2021
1 parent 7acaf9a commit 4864913
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.. towncrier release notes start

2.10.0a0 (2021-11-04)
2.10.0 (2021-12-30)
=====================

* test
* Typing support
* Add samesite cookie option
* Support aioredis 2

2.9.0 (2019-11-04)
==================
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.0a1"
__version__ = "2.10.0"

import abc
import json
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def read(f):
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand All @@ -54,7 +53,7 @@ def read(f):
url="https://github.com/aio-libs/aiohttp_session/",
license="Apache 2",
packages=["aiohttp_session"],
python_requires=">=3.5",
python_requires=">=3.6",
install_requires=install_requires,
include_package_data=True,
extras_require=extras_require,
Expand Down

0 comments on commit 4864913

Please sign in to comment.