From b8cd156a2e0c09236be56f71419094321833971a Mon Sep 17 00:00:00 2001 From: Eduardo Date: Wed, 20 Jan 2021 20:29:58 +0100 Subject: [PATCH] Upgrading google-drive package to 0.3.2 --- CHANGELOG.md | 3 +++ docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761dd82..ba0ef8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## pending +## 0.3.2 + + ## 0.3.1 diff --git a/docs/source/conf.py b/docs/source/conf.py index a28a987..9bce515 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Eduardo' # The full version, including alpha/beta/rc tags -release = '0.3.1' +release = '0.3.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 100d528..8a038cd 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read_requirements(path): setup( name="google-drive", - version="0.3.1", + version="0.3.2", author="Eduardo Garcia", author_email="garciaruiz.edu+google-drive-python@gmail.com", maintainer="Eduardo GarcĂ­a",