File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
39This is a big release which introduces the new concepts of Blueprint Variables
Original file line number Diff line number Diff line change 22from setuptools import setup , find_packages
33import glob
44
5- VERSION = "0.8.0 "
5+ VERSION = "0.8.1 "
66
77src_dir = os .path .dirname (__file__ )
88
99install_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" ,
Original file line number Diff line number Diff line change 1- __version__ = "0.8.0 "
1+ __version__ = "0.8.1 "
You can’t perform that action at this time.
0 commit comments