Bump version

This commit is contained in:
Ross Scroggs
2025-09-22 17:50:04 -07:00
parent d51ca45626
commit f0406af938
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
"""
__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)'
#pylint: disable=wrong-import-position