Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Sep 19, 2023
1 parent 2911082 commit 6f8faa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# History

## 0.8.3 (Unreleased)
## 0.9.0 (2023-09-19)
* Add compatibility with Sentry python SDK
* Add `autoclose` option to `CacheBackend` to close backend connections when the session context exits.
* Enabled by default for SQLite backend, and disabled by default for other backends.
Expand Down
2 changes: 1 addition & 1 deletion aiohttp_client_cache/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.8.3'
__version__ = '0.9.0'

# flake8: noqa: F401, F403
from aiohttp_client_cache.backends import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[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"
Expand Down

0 comments on commit 6f8faa2

Please sign in to comment.