Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Sep 23, 2016
1 parent 7a72aec commit dcb5115
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.8.1 (2016-09-22)

Minor update to remove dependencies on stacker\_blueprints for tests, since it
resulted in a circular dependency. This is just a fix to get tests running again,
and results in no change in functionality.

## 0.8.0 (2016-09-22)

This is a big release which introduces the new concepts of Blueprint Variables
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
from setuptools import setup, find_packages
import glob

VERSION = "0.8.0"
VERSION = "0.8.1"

src_dir = os.path.dirname(__file__)

install_requires = [
"troposphere~=1.8.0",
"troposphere~=1.8.1",
"boto3~=1.3.1",
"botocore~=1.4.38",
"PyYAML~=3.11",
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.0"
__version__ = "0.8.1"

0 comments on commit dcb5115

Please sign in to comment.