Skip to content

Commit

Permalink
GAM 3.72
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee committed Oct 12, 2016
1 parent 1de7e32 commit 3090c59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/gam.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

__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)'

import sys, os, time, datetime, random, socket, csv, platform, re, base64, string, codecs, StringIO, subprocess, collections, mimetypes
Expand Down
6 changes: 6 additions & 0 deletions src/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -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
- Fix update first / last name.
- upgrade GAM versions of oauth2client, googleapiclient, RSA and six
Expand Down

0 comments on commit 3090c59

Please sign in to comment.