Skip to content

Commit 3a76231

Browse files
committed
prep for release
1 parent 91179e2 commit 3a76231

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Unreleased
33
----------
44
-
55

6+
v1.4.3 (2019-10-28)
7+
-------------------
8+
**Bugfixes**
9+
- Model versioning now works correctly for Python models
10+
- Fixed an issue where `None` values in Python caused issues with MAS models.
11+
612
v1.4.2 (2019-10-23)
713
-------------------
814
**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.4.2'
7+
__version__ = '1.4.3'
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)