This commit is contained in:
Jay Lee
2016-10-12 14:19:07 -04:00
parent 1de7e32f25
commit 3090c59582
2 changed files with 7 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ For more information, see http://git.io/gam
""" """
__author__ = u'Jay Lee <jay0lee@gmail.com>' __author__ = u'Jay Lee <jay0lee@gmail.com>'
__version__ = u'3.71' __version__ = u'3.72'
__license__ = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' __license__ = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
import sys, os, time, datetime, random, socket, csv, platform, re, base64, string, codecs, StringIO, subprocess, collections, mimetypes import sys, os, time, datetime, random, socket, csv, platform, re, base64, string, codecs, StringIO, subprocess, collections, mimetypes

View File

@@ -1,3 +1,9 @@
GAM 3.72
- Chrome OS device actions, disable, re-enable and deprovision devices.
- (beta) MSI Windows build
- (beta) binary Linux and MacOS builds
- Numerous fixes and updates by Ross
GAM 3.71 GAM 3.71
- Fix update first / last name. - Fix update first / last name.
- upgrade GAM versions of oauth2client, googleapiclient, RSA and six - upgrade GAM versions of oauth2client, googleapiclient, RSA and six