From 9fac127a44e5d7305b9fc4551ec14f30f88d4a58 Mon Sep 17 00:00:00 2001 From: Ivan Gomes Date: Fri, 5 Jun 2020 14:05:39 -0700 Subject: [PATCH] ST5AS-60 Regenerate for 2020-05 --- README.md | 2 +- setup.py | 2 +- sysml_v2_api_client/__init__.py | 2 +- sysml_v2_api_client/api_client.py | 2 +- sysml_v2_api_client/configuration.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d1bebf7..6994a55 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-05-rc1 +- Package version: 2020-05 - Build package: org.openapitools.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/setup.py b/setup.py index 1f4affc..a9d6ac8 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-05-rc1" +VERSION = "2020-05" # 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 ad3405d..1e2acaa 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-05-rc1" +__version__ = "2020-05" # 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 3ccc078..4e9ec64 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-05-rc1/python' + self.user_agent = 'OpenAPI-Generator/2020-05/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 cd6f504..06acf65 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-05-rc1".\ + "SDK Package Version: 2020-05".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self):