Skip to content

Commit 31a71ef

Browse files
committed
prep for release
1 parent 34e9e38 commit 31a71ef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Unreleased
22
----------
3+
-
4+
5+
v1.8.2 (2023-01-30)
6+
-------------------
37
**Improvements**
48
- `folders.get_folder()` can now handle folder paths and delegates (e.g. @public).
59

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

0 commit comments

Comments
 (0)