Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed May 17, 2016
1 parent 162920e commit bb25ebe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## x.x.x (2016-xx-xx)
- Add support for passing environment variables on the cli via --env
## 0.6.2 (2016-05-17)
- Allow users to override name of bucket to store templates [GH-145]
- Add support for passing environment variables on the cli via --env [GH-148]
- Cleanup output on non-verbose runs [GH-153]
- Added `compare_env` command, for easier comparing of environment files [GH-155]

## 0.6.1 (2016-02-11)
- Add support for the 'stacker diff' command [GH-133]
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.6.1'
VERSION = '0.6.2'

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.6.1'
__version__ = '0.6.2'

0 comments on commit bb25ebe

Please sign in to comment.