Skip to content

Commit 2776da7

Browse files
committed
prep for release
1 parent 9b0c2fb commit 2776da7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.3 (2020-10-29)
6+
------------------
37
**Improvements**
48
- Added the `as_swat` method to the `Session` object, allowing connection to CAS through SWAT without an additional authentication step.
59

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.3'
7+
__version__ = '1.5.4'
88
__author__ = 'SAS'
99
__credits__ = ['Yi Jian Ching, Lucas De Paula, James Kochuba, Peter Tobac, '
1010
'Chris Toth, Jon Walker']

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ deps =
5656
tests: swat
5757
tests: kerberos ; platform_system != "Windows"
5858
tests: xgboost == 0.82
59-
tests: lightgbm
59+
tests: lightgbm ; platform_system != "Darwin" # lightgmb seems to have build issues on MacOS
6060
codecov: codecov >= 1.4.0
6161
doc: sphinx == 1.8
6262

0 commit comments

Comments
 (0)