Update configuration and client agent string to point to alpha instead of beta

This commit is contained in:
mbohlool 2017-01-10 14:00:32 -08:00
parent 41384b26c9
commit 0377668e32
2 changed files with 2 additions and 2 deletions

View File

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

View File

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