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

Commit 8e288a3

Browse files
committed
Release 1.0.5
1 parent 365bf05 commit 8e288a3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.5 (2017-11-01)
2+
3+
This is a minor release to deal with dependency conflicts between
4+
stacker & stacker\_blueprints, specifically around troposphere & awacs.
5+
16
## 1.0.4 (2017-10-30)
27

38
- Convert SQS Queue blueprint to TroposphereType [GH-132]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(filename):
2525
if __name__ == "__main__":
2626
setup(
2727
name="stacker_blueprints",
28-
version="1.0.4",
28+
version="1.0.5",
2929
author="Michael Barrett",
3030
author_email="loki77@gmail.com",
3131
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__ = "1.0.4"
1+
__version__ = "1.0.5"

0 commit comments

Comments
 (0)