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

Commit c61243f

Browse files
committed
Release 0.7.2
1 parent 2e0c605 commit c61243f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.7.2 (2016-10-19)
2+
3+
- Add Elasticsearch Domain [GH-47]
4+
- Fix namespace issue in firehose blueprint [GH-48]
5+
- Setup flake8 in CI, cleanup bad pep8 blueprnts [GH-50]
6+
- Update empire blueprints to empire 0.11.0 & fix various bugs [GH-51]
7+
18
## 0.7.1 (2016-09-27)
29

310
- Fix typo in RDS base blueprint introduced in GH-29 [GH-44]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(filename):
2424
if __name__ == "__main__":
2525
setup(
2626
name="stacker_blueprints",
27-
version="0.7.1",
27+
version="0.7.2",
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.7.1"
1+
__version__ = "0.7.2"

0 commit comments

Comments
 (0)