Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
djm21 committed Apr 12, 2024
1 parent 5925131 commit 91636bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Unreleased
- Add `model_info` class to better capture model information.
- Test `/examples` Jupyter notebooks within normal test suite.

v1.10.3 (2024-04-12)
----------
**Bugfixes**
- Updated all examples to use current versions of sasctl functions
- Fixed bug in `generate_model_card` that threw an error when trying to generate the `dmcas_misc.json` file

v1.10.2 (2024-04-10)
----------
**Improvements**
Expand Down
2 changes: 1 addition & 1 deletion src/sasctl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright © 2019, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

__version__ = "1.10.2"
__version__ = "1.10.3"
__author__ = "SAS"
__credits__ = [
"Yi Jian Ching",
Expand Down

0 comments on commit 91636bf

Please sign in to comment.