Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Apr 8, 2019
1 parent 97d5206 commit 337bbc2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Upcoming release

## 1.7.0 (2019-04-07)

- Additional ECS unit tests [GH-696]
- Keypair unit tests [GH-700]
- Jinja2 templates in plain cloudformation templates [GH-701]
- Custom log output formats [GH-705]
- Python 3.7 unit tests in CircleCI [GH-711]
- Upload blueprint templates with bucket-owner-full-control ACL [GH-713]
- Change test runner from nose to py.test [GH-714]
- support for importing a local public key file with the keypair hook [GH-715]
- support for storing private keys in SSM parameter store with the keypair hook [GH-715]

## 1.6.0 (2019-01-21)

- New lookup format/syntax, making it more generic [GH-665]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages

VERSION = "1.6.0"
VERSION = "1.7.0"

src_dir = os.path.dirname(__file__)

Expand Down
2 changes: 1 addition & 1 deletion stacker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from __future__ import division
from __future__ import absolute_import

__version__ = "1.6.0"
__version__ = "1.7.0"

0 comments on commit 337bbc2

Please sign in to comment.