Skip to content

Commit 5bbd9e4

Browse files
committed
Merge branch 'release/2020-03'
2 parents 652c9ea + 748f1bf commit 5bbd9e4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ REST/HTTP binding (PSM) for the SysML v2 standard API.
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 1.0.0
7-
- Package version: 2020-03-rc2
7+
- Package version: 2020-03
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools import setup, find_packages # noqa: H301
1414

1515
NAME = "sysml-v2-api-client"
16-
VERSION = "2020-03-rc2"
16+
VERSION = "2020-03"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

sysml_v2_api_client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from __future__ import absolute_import
1616

17-
__version__ = "2020-03-rc2"
17+
__version__ = "2020-03"
1818

1919
# import apis into sdk package
2020
from sysml_v2_api_client.api.commit_api import CommitApi

sysml_v2_api_client/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7878
self.default_headers[header_name] = header_value
7979
self.cookie = cookie
8080
# Set default User-Agent.
81-
self.user_agent = 'OpenAPI-Generator/2020-03-rc2/python'
81+
self.user_agent = 'OpenAPI-Generator/2020-03/python'
8282
self.client_side_validation = configuration.client_side_validation
8383

8484
def __enter__(self):

sysml_v2_api_client/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def to_debug_report(self):
329329
"OS: {env}\n"\
330330
"Python Version: {pyversion}\n"\
331331
"Version of the API: 1.0.0\n"\
332-
"SDK Package Version: 2020-03-rc2".\
332+
"SDK Package Version: 2020-03".\
333333
format(env=sys.platform, pyversion=sys.version)
334334

335335
def get_host_settings(self):

0 commit comments

Comments
 (0)