mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Bump version
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
7.22.01
|
7.22.02
|
||||||
|
|
||||||
Short-term fix for proxy server issues by downgrading httplib2 to 0.22.0
|
An update to the httplib2 library caused GAM proxy connections to fail; this has been fixed
|
||||||
|
by includinbg the pysocks library needed by the latest httplib2 library.
|
||||||
|
|
||||||
7.22.00
|
7.22.00
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
||||||
__version__ = '7.22.01'
|
__version__ = '7.22.02'
|
||||||
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
||||||
|
|
||||||
#pylint: disable=wrong-import-position
|
#pylint: disable=wrong-import-position
|
||||||
|
|||||||
Reference in New Issue
Block a user