Skip to content

Commit

Permalink
Bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Oct 30, 2024
1 parent ce67e53 commit 4b80ce4
Show file tree
Hide file tree
Showing 5 changed files with 561 additions and 419 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# History

## (unreleased)
## 0.12.4 (unreleased)

- Fixed a bug that allowed users to use `save_response()` and `from_client_response()` with an incorrect `expires` argument without throwing any warnings or errors.

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.3'
__version__ = '0.12.4'

# flake8: noqa: F401, F403
from aiohttp_client_cache.backends import *
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Containers needed to test all backend services locally
version: '3.7'

services:
httpbin:
image: kennethreitz/httpbin
Expand Down
Loading

0 comments on commit 4b80ce4

Please sign in to comment.