Skip to content

Commit c0f959c

Browse files
committed
prep for release
1 parent f4db401 commit c0f959c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Unreleased
22
----------
3+
-
4+
5+
v1.6.1 (2021-09-01)
6+
-------------------
37
**Improvements**
48
- `model_repository.add_model_content()` will now overwrite existing files instead of failing.
59

@@ -19,7 +23,6 @@ v1.6.0 (2021-06-29)
1923
- Removed deprecated `raw=` parameter from `sasctl.core.request()`.
2024
- Dropped support for Python 2.
2125

22-
2326
v1.5.9 (2021-06-09)
2427
-------------------
2528
**Bugfixes**

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.0'
7+
__version__ = '1.6.1'
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)