This commit is contained in:
Jay Lee
2016-11-11 09:23:01 -05:00
parent 2cdcc6f5ad
commit ae5d484309
2 changed files with 4 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ For more information, see http://git.io/gam
"""
__author__ = u'Jay Lee <jay0lee@gmail.com>'
__version__ = u'4.02'
__version__ = u'4.03'
__license__ = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
import sys

View File

@@ -1,3 +1,6 @@
GAM 4.03
- Minor fixes by Jay and Ross. Mostly to new install process.
GAM 4.02
- "gam create project" command simplifies creation of client_secrets.json and oauth2service.json project files.
- Automated wizard simplifies GAM setup on Linux and MacOS (coming soon to Windows MSI).