diff --git a/README.md b/README.md index 9e25aef..8c1bbf6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ REST/HTTP binding (PSM) for the SysML v2 standard API. This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0.0 -- Package version: 2020-03-rc2 +- Package version: 2020-03 - Build package: org.openapitools.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/setup.py b/setup.py index 5be11e6..3a56359 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "sysml-v2-api-client" -VERSION = "2020-03-rc2" +VERSION = "2020-03" # To install the library, run the following # # python setup.py install diff --git a/sysml_v2_api_client/__init__.py b/sysml_v2_api_client/__init__.py index 23e9422..692fc3a 100644 --- a/sysml_v2_api_client/__init__.py +++ b/sysml_v2_api_client/__init__.py @@ -14,7 +14,7 @@ from __future__ import absolute_import -__version__ = "2020-03-rc2" +__version__ = "2020-03" # import apis into sdk package from sysml_v2_api_client.api.commit_api import CommitApi diff --git a/sysml_v2_api_client/api_client.py b/sysml_v2_api_client/api_client.py index 36551e7..678cfe3 100644 --- a/sysml_v2_api_client/api_client.py +++ b/sysml_v2_api_client/api_client.py @@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/2020-03-rc2/python' + self.user_agent = 'OpenAPI-Generator/2020-03/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/sysml_v2_api_client/configuration.py b/sysml_v2_api_client/configuration.py index 11cd9eb..3c2760b 100644 --- a/sysml_v2_api_client/configuration.py +++ b/sysml_v2_api_client/configuration.py @@ -329,7 +329,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 1.0.0\n"\ - "SDK Package Version: 2020-03-rc2".\ + "SDK Package Version: 2020-03".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self):