Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwalke2 committed Apr 7, 2022
1 parent 7b71c4a commit 1931829
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Unreleased
----------
-

v1.6.4 (2022-04-07)
-------------------
**Bugfixes**
- Fixed an issue where `folders.create_folder()` would attempt to use root folder as parent if desired parent
folder wasn't found. Now correctly handles parent folders and raises an error if folder not found.
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.6.3'
__version__ = '1.6.4'
__author__ = 'SAS'
__credits__ = ['Yi Jian Ching', 'Lucas De Paula', 'James Kochuba', 'Peter Tobac',
'Chris Toth', 'Jon Walker', 'Scott Lindauer']
Expand Down

0 comments on commit 1931829

Please sign in to comment.