Skip to content

Commit 67107d2

Browse files
committed
increment version
1 parent 347fa3a commit 67107d2

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
@@ -2,6 +2,11 @@
22
Unreleased
33
----------
44

5+
-
6+
7+
v1.1.3 (2019-8-14)
8+
-----------------
9+
510
**Bugfixes**
611
- Fixed problem causing `register_model` task to include output variables in the input variables list.
712

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.1.2'
7+
__version__ = '1.1.3'
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)