Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed May 10, 2017
1 parent df5b970 commit 89dc9bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.2 (2017-05-10)

- fix lambda hook determinism [GH-372]
- give lambda hook ability to upload to a prefix [GH-376]
- fix bad argument for approval in interactive provider [GH-381]

## 1.0.1 (2017-04-24)

- rxref lookup [GH-328]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages
import glob

VERSION = "1.0.1"
VERSION = "1.0.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
@@ -1 +1 @@
__version__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit 89dc9bc

Please sign in to comment.