Skip to content

Commit

Permalink
Release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Nov 9, 2020
1 parent c022c2f commit 780fa4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## Upcoming release

## 1.7.2 (2020-11-09)
- address breaking moto change to awslambda [GH-763]
- Added Python version validation before update kms decrypt output [GH-765]

## 1.7.1 (2020-08-17)
- Fixing AMI lookup Key error on 'Name'
- hooks: lambda: allow uploading pre-built payloads [GH-#564]
- hooks: lambda: allow uploading pre-built payloads [GH-564]
- Ensure that base64 lookup codec encodes the bytes object as a string [GH-742]
- Use CloudFormation Change Sets for `stacker diff`
- Locked stacks still have requirements [GH-746]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages

VERSION = "1.7.1"
VERSION = "1.7.2"

src_dir = os.path.dirname(__file__)

Expand Down
2 changes: 1 addition & 1 deletion stacker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from __future__ import division
from __future__ import absolute_import

__version__ = "1.7.1"
__version__ = "1.7.2"

0 comments on commit 780fa4e

Please sign in to comment.