8000 prep for v1.5.8 release · srijan-deepsource/python-sasctl@f4e301e · GitHub
[go: up one dir, main page]

Skip to content

Commit f4e301e

Browse files
committed
prep for v1.5.8 release
1 parent 308c551 commit f4e301e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Unreleased
22
----------
3+
-
4+
5+
v1.5.8 (2021-05-18)
6+
-------------------
37
**Bugfixes**
48
- SSL warnings no longer repeatedly raised when `verify_ssl=False` but `CAS_CLIENT_SSL_CA_LIST` is specified.
59
- `model_repository.delete_model_contents()` no longer fails when only one file is found.

src/sasctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright © 2019, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
55
# SPDX-License-Identifier: Apache-2.0
66

7-
__version__ = '1.5.7'
7+
__version__ = '1.5.8'
88
__author__ = 'SAS'
99
__credits__ = ['Yi Jian Ching, Lucas De Paula, James Kochuba, Peter Tobac, '
1010
'Chris Toth, Jon Walker']

0 commit comments

Comments
 (0)
0