Skip to content

Commit 51b18af

Browse files
committed
prep for release
1 parent edba01d commit 51b18af

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
Unreleased
33
----------
4+
-
5+
6+
v1.2.3 (2019-8-23)
7+
------------------
48
**Changes**
59
- `put` request will take an `item` parameter that's used to automatically populate headers for updates.
610

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