From 7e7edbd95eb812f6511c5cc7e90fc3b119a49426 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Thu, 8 Apr 2021 11:16:08 -0500 Subject: [PATCH] Bump version number and update changelog --- HISTORY.md | 1 + aiohttp_client_cache/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 6b700e6..a59240d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,7 @@ ## 0.3.0 (TBD) [See all issues & PRs here](https://github.com/JWCook/aiohttp-client-cache/milestone/2?closed=1) +* Add async implementation of DynamoDb backend * Add support for setting different expiration times based on URL patterns * Add support for serializing/deserializing `ClientSession.links` * Add case-insensitive response headers for compatibility with aiohttp.ClientResponse.headers diff --git a/aiohttp_client_cache/__init__.py b/aiohttp_client_cache/__init__.py index 9717694..163b231 100644 --- a/aiohttp_client_cache/__init__.py +++ b/aiohttp_client_cache/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.2.2' +__version__ = '0.3.0' # flake8: noqa: F401,F403 try: