From bdb0b3d6dcf0ee378180c4bfbb2ed4c9ce4d99b4 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 1 Apr 2017 12:53:11 -0400 Subject: [PATCH] GAM 4.21 --- src/var.py | 2 +- src/whatsnew.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index c845031c..cce9a49d 100644 --- a/src/var.py +++ b/src/var.py @@ -4,7 +4,7 @@ import platform import re gam_author = u'Jay Lee ' -gam_version = u'4.2' +gam_version = u'4.21' gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = u'https://git.io/gam' diff --git a/src/whatsnew.txt b/src/whatsnew.txt index 58b467aa..35aa168b 100644 --- a/src/whatsnew.txt +++ b/src/whatsnew.txt @@ -1,3 +1,9 @@ +GAM 4.21 + - Drive v3 fixes/updates by Ross + - "gam print crosactivty" command outputs active users and times + - SMime and calendar ACL fixes by Ross + - standardized cros info/print functionality by Ross + GAM 4.2 - Create, Update, Delete and List Team Drives - Start moving to Drive API v3