Skip to content

Commit

Permalink
Release 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Feb 14, 2020
1 parent f0bebc7 commit 00107df
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
},
"github": {
"release": true
},
"hooks": {
"after:bump": "echo ${version} > VERSION"
}
}

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the API of the Software Description Ontology at [https://mintproject.gi
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1.3.0
- Package version: 1.7.2
- Package version: 1.7.3
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the API of the Software Description Ontology at [https://mintproject.gi
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1.3.0
- Package version: 1.7.1
- Package version: 1.7.3
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion modelcatalog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from __future__ import absolute_import

__version__ = "1.7.2"
__version__ = "1.7.3"

# import apis into sdk package
from modelcatalog.api.causal_diagram_api import CausalDiagramApi
Expand Down
2 changes: 1 addition & 1 deletion modelcatalog/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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/1.7.2/python'
self.user_agent = 'OpenAPI-Generator/1.7.3/python'

def __del__(self):
if self._pool:
Expand Down
2 changes: 1 addition & 1 deletion modelcatalog/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v1.3.0\n"\
"SDK Package Version: 1.7.2".\
"SDK Package Version: 1.7.3".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion openapi-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packageName": "modelcatalog",
"projectName": "modelcatalog-api",
"modelPropertyNaming": "camelCase",
"packageVersion": "1.7.2",
"packageVersion": "1.7.3",
"packageUrl": "https://pypi.org/project/modelcatalog-api/"
}
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 = "modelcatalog-api"
VERSION = "1.7.2"
VERSION = "1.7.3"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 00107df

Please sign in to comment.