Skip to content

Commit 77baa33

Browse files
committed
prep for release
1 parent b3c34e6 commit 77baa33

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.2 (2019-10-23)
7+
-------------------
8+
**Bugfixes**
9+
- Fixed project properties when registering a model from ASTORE.
10+
- Fixed model metadata when registering a datastep model.
11+
612
v1.4.1 (2019-10-17)
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.1'
7+
__version__ = '1.4.2'
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)