8000 prep for release · sassoftware/python-sasctl@91636bf · GitHub
[go: up one dir, main page]

Skip to content

Commit 91636bf

Browse files
committed
prep for release
1 parent 5925131 commit 91636bf

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
@@ -5,6 +5,12 @@ Unreleased
55
- Add `model_info` class to better capture model information.
66
- Test `/examples` Jupyter notebooks within normal test suite.
77

8+
v1.10.3 (2024-04-12)
9+
----------
10+
**Bugfixes**
11+
- Updated all examples to use current versions of sasctl functions
12+
- Fixed bug in `generate_model_card` that threw an error when trying to generate the `dmcas_misc.json` file
13+
814
v1.10.2 (2024-04-10)
915
----------
1016
**Improvements**

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.10.2"
7+
__version__ = "1.10.3"
88
__author__ = "SAS"
99
__credits__ = [
1010
"Yi Jian Ching",

0 commit comments

Comments
 (0)
0