8000 prep for release · Christian06810/python-sasctl@56231f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56231f2

Browse files
committed
prep for release
1 parent 1cb4430 commit 56231f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased
22
----------
33
-
4+
5+
v1.6.3 (2021-09-23)
6+
-------------------
7+
**Bugfixes**
8+
- Fix an issue where `pzmm.ZipModel.zipFiles()` threw an error on Python 3.6.1 and earlier.
49

510
v1.6.2 (2021-09-09)
611
-------------------

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