Skip to content

Commit b96e15b

Browse files
committed
prep for release
1 parent d72ef19 commit b96e15b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ Unreleased
22
----------
33
-
44

5+
v1.5.9 (2021-06-09)
6+
-------------------
7+
**Bugfixes**
8+
- Fixed an issue that caused score code generation by `pzmm` module to fail with Viya 3.5.
9+
510
v1.5.8 (2021-05-18)
611
-------------------
712
**Bugfixes**

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.8'
7+
__version__ = '1.5.9'
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)