From 6bdb855142a98aa2227eb90e5bfed7eacc12cc74 Mon Sep 17 00:00:00 2001 From: Adrian Gonzalez-Martin Date: Tue, 1 Nov 2022 12:27:35 +0000 Subject: [PATCH] Bump version to 1.6.0.1 --- config/python.json | 2 +- python/README.md | 2 +- python/licenses/license.txt | 8 ++++---- python/licenses/license_info.csv | 2 +- python/seldon_deploy_sdk/api_client.py | 2 +- python/seldon_deploy_sdk/configuration.py | 2 +- python/setup.py | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/python.json b/config/python.json index 6d7e8d3..d4355e2 100644 --- a/config/python.json +++ b/config/python.json @@ -1,6 +1,6 @@ { "projectName": "seldon-deploy-sdk", "packageName": "seldon_deploy_sdk", - "packageVersion": "1.6.0", + "packageVersion": "1.6.0.1", "packageUrl": "https://deploy.seldon.io" } diff --git a/python/README.md b/python/README.md index f1380b6..7bb28b6 100644 --- a/python/README.md +++ b/python/README.md @@ -4,7 +4,7 @@ API to interact and manage the lifecycle of your machine learning models deploye This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: v1alpha1 -- Package version: 1.6.0 +- Package version: 1.6.0.1 - Build package: io.swagger.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/python/licenses/license.txt b/python/licenses/license.txt index 6682ce2..9171cbe 100644 --- a/python/licenses/license.txt +++ b/python/licenses/license.txt @@ -33,7 +33,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. certifi -2022.6.15 +2022.9.24 Mozilla Public License 2.0 (MPL 2.0) This package contains a modified version of ca-bundle.crt: @@ -43,7 +43,7 @@ Certificate data from Mozilla as of: Thu Nov 3 19:04:19 2011# This is a bundle of X.509 certificates of public Certificate Authorities (CA). These were automatically extracted from Mozilla's root certificates file (certdata.txt). This file can be found in the mozilla source tree: -http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1# +https://hg.mozilla.org/mozilla-central/file/tip/security/nss/lib/ckfw/builtins/certdata.txt It contains the certificates in PEM format and therefore can be directly used with curl / libcurl / php_curl, or with an Apache+mod_ssl webserver for SSL client authentication. @@ -90,7 +90,7 @@ documentation is licensed as follows: cryptography -37.0.4 +38.0.1 Apache Software License; BSD License This software is made available under the terms of *either* of the licenses found in LICENSE.APACHE or LICENSE.BSD. Contributions to cryptography are made @@ -191,7 +191,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The above BSD License Applies to all code, even that also covered by Apache 2.0. seldon-deploy-sdk -1.6.0 +1.6.0.1 UNKNOWN UNKNOWN diff --git a/python/licenses/license_info.csv b/python/licenses/license_info.csv index d4ead39..9b67be1 100644 --- a/python/licenses/license_info.csv +++ b/python/licenses/license_info.csv @@ -5,6 +5,6 @@ "cryptography","38.0.1","Apache Software License; BSD License" "pycparser","2.21","BSD License" "python-dateutil","2.8.2","Apache Software License; BSD License" -"seldon-deploy-sdk","2.0.0.dev0","UNKNOWN" +"seldon-deploy-sdk","1.6.0.1","UNKNOWN" "six","1.16.0","MIT License" "urllib3","1.26.12","MIT License" \ No newline at end of file diff --git a/python/seldon_deploy_sdk/api_client.py b/python/seldon_deploy_sdk/api_client.py index 5f3db11..cb00854 100644 --- a/python/seldon_deploy_sdk/api_client.py +++ b/python/seldon_deploy_sdk/api_client.py @@ -75,7 +75,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 = 'Swagger-Codegen/1.6.0/python' + self.user_agent = 'Swagger-Codegen/1.6.0.1/python' self.client_side_validation = configuration.client_side_validation def __del__(self): diff --git a/python/seldon_deploy_sdk/configuration.py b/python/seldon_deploy_sdk/configuration.py index 5b3e056..e18e749 100644 --- a/python/seldon_deploy_sdk/configuration.py +++ b/python/seldon_deploy_sdk/configuration.py @@ -283,5 +283,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: v1alpha1\n"\ - "SDK Package Version: 1.6.0".\ + "SDK Package Version: 1.6.0.1".\ format(env=sys.platform, pyversion=sys.version) diff --git a/python/setup.py b/python/setup.py index c1db21c..2621d24 100644 --- a/python/setup.py +++ b/python/setup.py @@ -14,7 +14,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "seldon-deploy-sdk" -VERSION = "1.6.0" +VERSION = "1.6.0.1" # To install the library, run the following # # python setup.py install