Skip to content

Commit

Permalink
Merge branch 'release/2020-03'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-gomes committed Apr 6, 2020
2 parents 652c9ea + 748f1bf commit 5bbd9e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysml_v2_api_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysml_v2_api_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion sysml_v2_api_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 5bbd9e4

Please sign in to comment.