Skip to content

Commit

Permalink
Release 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Jan 26, 2017
1 parent f030339 commit d4b3e7a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.8.6 (2017-01-26)

- Support destroying subset of stacks [GH-278]
- Update all hooks to use advanced results [GH-285]
- Use sys\_path for hooks and lookups [GH-286]
- Remove last of botocore conns [GH-287]
- Avoid dictionary sharing pollution [GH-293]

## 0.8.5 (2016-11-28)

- Allow `=` in lookup input [GH-251]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages
import glob

VERSION = "0.8.5"
VERSION = "0.8.6"

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
@@ -1 +1 @@
__version__ = "0.8.5"
__version__ = "0.8.6"

0 comments on commit d4b3e7a

Please sign in to comment.