File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change 11import os
22from setuptools import setup , find_packages
33
4- VERSION = "1.7.1 "
4+ VERSION = "1.7.2 "
55
66src_dir = os .path .dirname (__file__ )
77
Original file line number Diff line number Diff line change 22from __future__ import division
33from __future__ import absolute_import
44
5- __version__ = "1.7.1 "
5+ __version__ = "1.7.2 "
You can’t perform that action at this time.
0 commit comments