Skip to content

Commit 87329ed

Browse files
committed
prep for release
1 parent 8da76e6 commit 87329ed

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Unreleased
22
----------
3-
3+
-
4+
5+
v1.8.0 (2022-12-16)
6+
-------------------
47
**Improvements**
58
- Added `Session.version_info()` to check which version of Viya the session is connected to.
69
- Updated the `properties=` parameter of `model_repository.create_model()` to accept a dictionary containing

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ def get_file(filename):
7171
"Programming Language :: Python :: 3.6",
7272
"Programming Language :: Python :: 3.7",
7373
"Programming Language :: Python :: 3.8",
74+
"Programming Language :: Python :: 3.9",
75+
"Programming Language :: Python :: 3.10",
7476
"Topic :: Software Development",
7577
"Topic :: Scientific/Engineering",
7678
"Operating System :: OS Independent",

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

0 commit comments

Comments
 (0)