Update configuration and client agent string to point to alpha instead of beta
This commit is contained in:
parent
41384b26c9
commit
0377668e32
@ -75,7 +75,7 @@ class ApiClient(object):
|
||||
self.host = host
|
||||
self.cookie = cookie
|
||||
# Set default User-Agent.
|
||||
self.user_agent = 'Swagger-Codegen/1.0.0-beta.1/python'
|
||||
self.user_agent = 'Swagger-Codegen/1.0.0-alpha/python'
|
||||
|
||||
@property
|
||||
def user_agent(self):
|
||||
|
||||
@ -222,7 +222,7 @@ class ConfigurationObject(object):
|
||||
"OS: {env}\n"\
|
||||
"Python Version: {pyversion}\n"\
|
||||
"Version of the API: v1.5.1\n"\
|
||||
"SDK Package Version: 1.0.0-beta.1".\
|
||||
"SDK Package Version: 1.0.0-alpha".\
|
||||
format(env=sys.platform, pyversion=sys.version)
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user