Skip to content

Commit

Permalink
chore: bump version (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio <[email protected]>
  • Loading branch information
alessio-locatelli and alessio-locatelli authored Oct 2, 2024
1 parent 648a527 commit 0e77033
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# History

# 0.12.1 (unreleased)
## 0.12.1 (2024-10-02)

- Fixed `get_encoding()` access after unpickling. (#256)

# 0.12.0 (2024-10-01)
## 0.12.0 (2024-10-01)

- Add support for Python 3.13
- Fix `CachedResponse.is_expired` check to consider any errors as "expired". (!252)
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.12.0'
__version__ = '0.12.1'

# 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.12.0"
version="0.12.1"
description = "Persistent cache for aiohttp requests"
authors = ["Jordan Cook"]
license = "MIT License"
Expand Down

0 comments on commit 0e77033

Please sign in to comment.