From 0562ed3eb980fc0814441dee2e49018bb239472c Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sun, 16 Apr 2017 13:21:38 -0400 Subject: [PATCH] GAM 4.22 --- src/var.py | 2 +- src/whatsnew.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/var.py b/src/var.py index cce9a49d..b2c2327a 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.21' +gam_version = u'4.22' 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 35aa168b..94ea4084 100644 --- a/src/whatsnew.txt +++ b/src/whatsnew.txt @@ -1,3 +1,8 @@ +GAM 4.22 + - Validate client id and secret from user input (reduces user errors on create project) + - Ross - optimize "gam print printjobs" + - Ross- countsonly option for gam print courses + GAM 4.21 - Drive v3 fixes/updates by Ross - "gam print crosactivty" command outputs active users and times