Skip to content

Commit 37937d6

Browse files
committed
prep for release
1 parent 8a967a3 commit 37937d6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased
22
----------
3-
-
3+
-
4+
5+
v1.5.2 (2020-06-22)
6+
-------------------
7+
- PZMM module moved from a stand-alone [repository](https://github.com/sassoftware/open-model-manager-resources/tree/master/addons/picklezip-mm) to a sasctl submodule.
8+
- Introduced deprecation warnings for Python 2 users.
49

510
v1.5.1 (2020-4-9)
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.5.1'
7+
__version__ = '1.5.2'
88
__author__ = 'SAS'
99
__credits__ = ['Yi Jian Ching, Lucas De Paula, James Kochuba, Peter Tobac, '
1010
'Chris Toth, Jon Walker']

0 commit comments

Comments
 (0)