Skip to content
This repository was archived by the owner on Jul 7, 2021. It is now read-only.

Commit c56fb82

Browse files
committed
Release 0.6.4
1 parent 8a187ae commit c56fb82

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.4 (2016-05-29)
2+
3+
- Make internal zone first in DNS in VPC blueprints [#7]
4+
- Add support for NAT Gateways [#10]
5+
- Add stack to help creating firehose delivery streams [#16]
6+
17
## 0.6.3 (2016-05-16)
28

39
- Add support for ACM certificates

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
install_requires = [
77
"troposphere>=1.3.0",
88
"awacs>=0.5.3",
9-
"stacker>=0.5.4, <=0.6.2",
9+
"stacker>=0.5.4, <=0.6.3",
1010
]
1111

1212
tests_require = [
@@ -24,7 +24,7 @@ def read(filename):
2424
if __name__ == "__main__":
2525
setup(
2626
name="stacker_blueprints",
27-
version="0.6.3",
27+
version="0.6.4",
2828
author="Michael Barrett",
2929
author_email="loki77@gmail.com",
3030
license="New BSD license",

stacker_blueprints/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.3"
1+
__version__ = "0.6.4"

0 commit comments

Comments
 (0)