File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Upcoming release
2
2
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
+
3
7
## 1.7.1 (2020-08-17)
4
8
- 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 ]
6
10
- Ensure that base64 lookup codec encodes the bytes object as a string [ GH-742 ]
7
11
- Use CloudFormation Change Sets for ` stacker diff `
8
12
- Locked stacks still have requirements [ GH-746 ]
Original file line number Diff line number Diff line change 1
1
import os
2
2
from setuptools import setup , find_packages
3
3
4
- VERSION = "1.7.1 "
4
+ VERSION = "1.7.2 "
5
5
6
6
src_dir = os .path .dirname (__file__ )
7
7
Original file line number Diff line number Diff line change 2
2
from __future__ import division
3
3
from __future__ import absolute_import
4
4
5
- __version__ = "1.7.1 "
5
+ __version__ = "1.7.2 "
You can’t perform that action at this time.
0 commit comments