Skip to content

Commit 6f8faa2

Browse files
committed
Bump version
1 parent 2911082 commit 6f8faa2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# History
22

3-
## 0.8.3 (Unreleased)
3+
## 0.9.0 (2023-09-19)
44
* Add compatibility with Sentry python SDK
55
* Add `autoclose` option to `CacheBackend` to close backend connections when the session context exits.
66
* Enabled by default for SQLite backend, and disabled by default for other backends.

aiohttp_client_cache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.8.3'
1+
__version__ = '0.9.0'
22

33
# flake8: noqa: F401, F403
44
from aiohttp_client_cache.backends import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aiohttp-client-cache"
3-
version="0.8.3"
3+
version="0.9.0"
44
description = "Persistent cache for aiohttp requests"
55
authors = ["Jordan Cook"]
66
license = "MIT License"

0 commit comments

Comments
 (0)