summaryrefslogtreecommitdiff
path: root/requests_cache
diff options
context:
space:
mode:
authorJordan Cook <JWCook@users.noreply.github.com>2021-09-18 17:23:33 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-09-18 17:42:55 -0500
commit1fa0fbb715e5964eb8aee467721f6b5a0f4cfdb6 (patch)
tree4cde06a3a8deb061a22d24eefe39a48f6d499c5b /requests_cache
parent1abe67c34ee78f2f898bf1af46bccadbf796bf6a (diff)
parent1dca8c6e3072d5ca5c6cbd0d724f8ac292ddf717 (diff)
downloadrequests-cache-1fa0fbb715e5964eb8aee467721f6b5a0f4cfdb6.tar.gz
Merge pull request #419 from JWCook/logo
Vectorize logo, color it to match light/dark theme colors on rtd, and add modified version to Readme
Diffstat (limited to 'requests_cache')
-rw-r--r--requests_cache/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/requests_cache/__init__.py b/requests_cache/__init__.py
index c377571..8c93846 100644
--- a/requests_cache/__init__.py
+++ b/requests_cache/__init__.py
@@ -6,7 +6,7 @@ logger = getLogger(__name__)
# Version is defined in pyproject.toml.
# It's copied here to make it easier for client code to check the installed version.
-__version__ = '0.8.1'
+__version__ = '0.8.2'
def get_placeholder_class(original_exception: Exception = None):