Skip to content

Commit 780fa4e

Browse files
committed
Release 1.7.2
1 parent c022c2f commit 780fa4e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
## Upcoming release
22

3+
## 1.7.2 (2020-11-09)
4+
- address breaking moto change to awslambda [GH-763]
5+
- Added Python version validation before update kms decrypt output [GH-765]
6+
37
## 1.7.1 (2020-08-17)
48
- Fixing AMI lookup Key error on 'Name'
5-
- hooks: lambda: allow uploading pre-built payloads [GH-#564]
9+
- hooks: lambda: allow uploading pre-built payloads [GH-564]
610
- Ensure that base64 lookup codec encodes the bytes object as a string [GH-742]
711
- Use CloudFormation Change Sets for `stacker diff`
812
- Locked stacks still have requirements [GH-746]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
VERSION = "1.7.1"
4+
VERSION = "1.7.2"
55

66
src_dir = os.path.dirname(__file__)
77

stacker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from __future__ import division
33
from __future__ import absolute_import
44

5-
__version__ = "1.7.1"
5+
__version__ = "1.7.2"

0 commit comments

Comments
 (0)