Skip to content

Commit 1931829

Browse files
committed
prep for release
1 parent 7b71c4a commit 1931829

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.6.4 (2022-04-07)
6+
-------------------
37
**Bugfixes**
48
- Fixed an issue where `folders.create_folder()` would attempt to use root folder as parent if desired parent
59
folder wasn't found. Now correctly handles parent folders and raises an error if folder not found.

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.6.3'
7+
__version__ = '1.6.4'
88
__author__ = 'SAS'
99
__credits__ = ['Yi Jian Ching', 'Lucas De Paula', 'James Kochuba', 'Peter Tobac',
1010
'Chris Toth', 'Jon Walker', 'Scott Lindauer']

0 commit comments

Comments
 (0)