We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8132a10 commit 9fb3714Copy full SHA for 9fb3714
CHANGELOG.md
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
7
## [Unreleased]
8
9
-## [0.5.3] - 2020-09-08
+## [0.5.2] - 2020-09-08
10
- Fix 'ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth'
11
warning by disabling cache_discovery
12
- Change dependency to google-api-python-client 1.11
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name="django-gapc-storage",
- version="0.5.3",
+ version="0.5.2",
author="Eldarion, Inc.",
author_email="development@eldarion.com",
description="a Django storage backend using GCS JSON API",
0 commit comments