Skip to content

Commit 9d95618

Browse files
committed
prep for release
1 parent c1ede59 commit 9d95618

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
21
Unreleased
32
----------
3+
-
4+
5+
v1.4.5 (2019-12-5)
6+
------------------
7+
**Changes**
8+
- Saving of package information can now be disabled using the `record_packages` parameter of `register_model`.
9+
410
**Bugfixes**
511
- Added support for uint data types to the `register_model` task.
12+
- Fixed an issue where long package names caused `register_model` to fail.
13+
- `Session` creation now works with older versions of urllib3.
614

715
v1.4.4 (2019-10-31)
816
-------------------

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.4'
7+
__version__ = '1.4.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)