We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2911082 commit 6f8faa2Copy full SHA for 6f8faa2
3 files changed
HISTORY.md
@@ -1,6 +1,6 @@
1
# History
2
3
-## 0.8.3 (Unreleased)
+## 0.9.0 (2023-09-19)
4
* Add compatibility with Sentry python SDK
5
* Add `autoclose` option to `CacheBackend` to close backend connections when the session context exits.
6
* Enabled by default for SQLite backend, and disabled by default for other backends.
aiohttp_client_cache/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.8.3'
+__version__ = '0.9.0'
# flake8: noqa: F401, F403
from aiohttp_client_cache.backends import *
pyproject.toml
[tool.poetry]
name = "aiohttp-client-cache"
-version="0.8.3"
+version="0.9.0"
description = "Persistent cache for aiohttp requests"
authors = ["Jordan Cook"]
license = "MIT License"
0 commit comments