Skip to content

Commit dcb5115

Browse files
committed
Release 0.8.1
1 parent 7a72aec commit dcb5115

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.8.1 (2016-09-22)
2+
3+
Minor update to remove dependencies on stacker\_blueprints for tests, since it
4+
resulted in a circular dependency. This is just a fix to get tests running again,
5+
and results in no change in functionality.
6+
17
## 0.8.0 (2016-09-22)
28

39
This is a big release which introduces the new concepts of Blueprint Variables

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
from setuptools import setup, find_packages
33
import glob
44

5-
VERSION = "0.8.0"
5+
VERSION = "0.8.1"
66

77
src_dir = os.path.dirname(__file__)
88

99
install_requires = [
10-
"troposphere~=1.8.0",
10+
"troposphere~=1.8.1",
1111
"boto3~=1.3.1",
1212
"botocore~=1.4.38",
1313
"PyYAML~=3.11",

stacker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.0"
1+
__version__ = "0.8.1"

0 commit comments

Comments
 (0)