Skip to content

Commit

Permalink
Bump version to 1.6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Nov 1, 2022
1 parent 33d8037 commit 6bdb855
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/python.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions python/licenses/license.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion python/licenses/license_info.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion python/seldon_deploy_sdk/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion python/seldon_deploy_sdk/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bdb855

Please sign in to comment.