Skip to content

Commit cdb5574

Browse files
committed
prep for release
1 parent a446d91 commit cdb5574

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
Unreleased
33
----------
4+
-
5+
6+
v1.3 (2019-10-10)
7+
-----------------
48
**Improvements**
59
- Added `update_performance` task for easily uploading performance information for a model.
610
- New (experimental) pyml2sas sub-package provides utilities for generating SAS code from Python gradient boosting models.

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.5'
7+
__version__ = '1.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)