Skip to content

Commit 0185d6f

Browse files
committed
prep for release
1 parent 322377d commit 0185d6f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
Unreleased
33
----------
44
-
5-
5+
6+
v1.2.5 (2019-10-10)
7+
-------------------
8+
**Bugfixes**
9+
- `microanalytic_score.define_steps` now works with steps having no input parameters.
10+
- Fixed an issue where score code generated from an ASTORE model lacked output variables.
11+
612
v1.2.4 (2019-9-20)
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.2.4'
7+
__version__ = '1.2.5'
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)