Skip to content

Commit 3506451

Browse files
committed
prep for release
1 parent dcf03c2 commit 3506451

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
@@ -2,6 +2,12 @@
22
Unreleased
33
----------
44
-
5+
6+
v1.2.1 (2019-8-20)
7+
------------------
8+
**Improvements**
9+
- Added the ability for `register_model` to correctly handle CAS tables containing data step
10+
score code.
511

612

713
v1.2.0 (2019-8-16)

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.0'
7+
__version__ = '1.2.1'
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)