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

Commit 1d1d994

Browse files
committed
Release 0.7.6
1 parent 5a91505 commit 1d1d994

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.7.5 (2017-01-19)
1+
## 0.7.6 (2017-01-19)
22

33
- Fix empire minion ECR access [GH-70]
44
- Fix SQS Queue Policy issue w/ multiple SQS queues [GH-71]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(filename):
2222
if __name__ == "__main__":
2323
setup(
2424
name="stacker_blueprints",
25-
version="0.7.5",
25+
version="0.7.6",
2626
author="Michael Barrett",
2727
author_email="[email protected]",
2828
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.7.5"
1+
__version__ = "0.7.6"

0 commit comments

Comments
 (0)