Skip to content

Commit 4b80ce4

Browse files
committed
Bump version and dependencies
1 parent ce67e53 commit 4b80ce4

File tree

5 files changed

+561
-419
lines changed

5 files changed

+561
-419
lines changed

HISTORY.md

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

3-
## (unreleased)
3+
## 0.12.4 (unreleased)
44

55
- 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.
66

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.12.3'
1+
__version__ = '0.12.4'
22

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

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# Containers needed to test all backend services locally
2-
version: '3.7'
3-
42
services:
53
httpbin:
64
image: kennethreitz/httpbin

0 commit comments

Comments
 (0)