Skip to content

Commit 14ccc93

Browse files
committed
Prep for release
1 parent 6dd30a7 commit 14ccc93

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Unreleased
22
----------
3-
-
3+
4+
v1.7.3 (2022-09-20)
5+
-------------------
6+
**Improvements**
7+
- Refactor astore model upload to fix 422 response from SAS Viya 4
8+
- ASTORE model import now uses SAS Viya to generate ASTORE model assets
9+
- Expanded usage for cas_management service (credit to @SilvestriStefano)
10+
11+
**Bugfixes**
12+
- ASTORE model import no longer returns a 422 error
13+
- Fix improper filter usage for model_repository service
14+
- Fix error with loss of stream in add_model_content call for duplicate content
15+
- Update integration test cassettes for SAS Viya 4
16+
417
v1.7.2 (2022-06-16)
518
-------------------
619
**Improvements**

src/sasctl/__init__.py

Lines changed: 2 additions & 2 deletions
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.7.2"
7+
__version__ = "1.7.3"
88
__author__ = "SAS"
99
__credits__ = [
1010
"Yi Jian Ching",
@@ -17,7 +17,7 @@
1717
]
1818
__license__ = "Apache 2.0"
1919
__copyright__ = (
20-
"Copyright © 2019, SAS Institute Inc., " "Cary, NC, USA. All Rights Reserved."
20+
"Copyright © 2019, SAS Institute Inc., ", "Cary, NC, USA. All Rights Reserved."
2121
)
2222

2323
import logging

0 commit comments

Comments
 (0)