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

Commit

Permalink
Release 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Jan 20, 2017
1 parent af75d2f commit ec6f5cc
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 @@
## 0.7.5 (2017-01-19)

- Fix empire minion ECR access [GH-70]
- Fix SQS Queue Policy issue w/ multiple SQS queues [GH-71]
- Simple ECR repository blueprint [GH-72]

## 0.7.4 (2017-01-06)

- Remove version and family checking from RDS [GH-67]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(filename):
if __name__ == "__main__":
setup(
name="stacker_blueprints",
version="0.7.4",
version="0.7.5",
author="Michael Barrett",
author_email="[email protected]",
license="New BSD license",
Expand Down
2 changes: 1 addition & 1 deletion stacker_blueprints/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.4"
__version__ = "0.7.5"

0 comments on commit ec6f5cc

Please sign in to comment.