Skip to content

Commit 6bdb855

Browse files
author
Adrian Gonzalez-Martin
committed
Bump version to 1.6.0.1
1 parent 33d8037 commit 6bdb855

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

config/python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projectName": "seldon-deploy-sdk",
33
"packageName": "seldon_deploy_sdk",
4-
"packageVersion": "1.6.0",
4+
"packageVersion": "1.6.0.1",
55
"packageUrl": "https://deploy.seldon.io"
66
}

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ API to interact and manage the lifecycle of your machine learning models deploye
44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: v1alpha1
7-
- Package version: 1.6.0
7+
- Package version: 1.6.0.1
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

python/licenses/license.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3333

3434

3535
certifi
36-
2022.6.15
36+
2022.9.24
3737
Mozilla Public License 2.0 (MPL 2.0)
3838
This package contains a modified version of ca-bundle.crt:
3939

@@ -43,7 +43,7 @@ Certificate data from Mozilla as of: Thu Nov 3 19:04:19 2011#
4343
This is a bundle of X.509 certificates of public Certificate Authorities
4444
(CA). These were automatically extracted from Mozilla's root certificates
4545
file (certdata.txt). This file can be found in the mozilla source tree:
46-
http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1#
46+
https://hg.mozilla.org/mozilla-central/file/tip/security/nss/lib/ckfw/builtins/certdata.txt
4747
It contains the certificates in PEM format and therefore
4848
can be directly used with curl / libcurl / php_curl, or with
4949
an Apache+mod_ssl webserver for SSL client authentication.
@@ -90,7 +90,7 @@ documentation is licensed as follows:
9090

9191

9292
cryptography
93-
37.0.4
93+
38.0.1
9494
Apache Software License; BSD License
9595
This software is made available under the terms of *either* of the licenses
9696
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.
191191
The above BSD License Applies to all code, even that also covered by Apache 2.0.
192192

193193
seldon-deploy-sdk
194-
1.6.0
194+
1.6.0.1
195195
UNKNOWN
196196
UNKNOWN
197197

python/licenses/license_info.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"cryptography","38.0.1","Apache Software License; BSD License"
66
"pycparser","2.21","BSD License"
77
"python-dateutil","2.8.2","Apache Software License; BSD License"
8-
"seldon-deploy-sdk","2.0.0.dev0","UNKNOWN"
8+
"seldon-deploy-sdk","1.6.0.1","UNKNOWN"
99
"six","1.16.0","MIT License"
1010
"urllib3","1.26.12","MIT License"

python/seldon_deploy_sdk/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7575
self.default_headers[header_name] = header_value
7676
self.cookie = cookie
7777
# Set default User-Agent.
78-
self.user_agent = 'Swagger-Codegen/1.6.0/python'
78+
self.user_agent = 'Swagger-Codegen/1.6.0.1/python'
7979
self.client_side_validation = configuration.client_side_validation
8080

8181
def __del__(self):

python/seldon_deploy_sdk/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,5 @@ def to_debug_report(self):
283283
"OS: {env}\n"\
284284
"Python Version: {pyversion}\n"\
285285
"Version of the API: v1alpha1\n"\
286-
"SDK Package Version: 1.6.0".\
286+
"SDK Package Version: 1.6.0.1".\
287287
format(env=sys.platform, pyversion=sys.version)

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "seldon-deploy-sdk"
17-
VERSION = "1.6.0"
17+
VERSION = "1.6.0.1"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)