Skip to content

Commit 0b7974e

Browse files
committed
prep for release
1 parent e6558d7 commit 0b7974e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@ Unreleased
22
----------
33
-
44

5+
v1.5.3 (2020-06-25)
6+
------------------
7+
**Bugfixes**
8+
- Added PZMM fitstat JSON file to manifest.
9+
510
v1.5.2 (2020-06-22)
611
-------------------
12+
**Improvements**
713
- PZMM module moved from a stand-alone [repository](https://github.com/sassoftware/open-model-manager-resources/tree/master/addons/picklezip-mm) to a sasctl submodule.
814
- Introduced deprecation warnings for Python 2 users.
915

1016
v1.5.1 (2020-4-9)
1117
----------------
18+
**Bugfixes**
1219
- Fixed PyMAS utilities to correctly work functions not bound to pickled objects.
1320
- Model target variables should no longer appear as an input variable when registering ASTORE models.
1421

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.2'
7+
__version__ = '1.5.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)