File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Upcoming release
22
3+ ## 1.6.0 (2019-01-21)
4+
5+ - New lookup format/syntax, making it more generic [ GH-665 ]
6+ - Allow lowercase y/Y when prompted [ GH-674 ]
7+ - Local package sources [ GH-677 ]
8+ - Add ` in_progress ` option to stack config [ GH-678 ]
9+ - Use default ACL for uploaded lambda code [ GH-682 ]
10+ - Display rollback reason after error [ GH-687 ]
11+ - ssm parameter types [ GH-692 ]
12+
313## 1.5.0 (2018-10-14)
414
515The big feature in this release is the introduction of "targets" which act as
Original file line number Diff line number Diff line change 22from setuptools import setup , find_packages
33
44
5- VERSION = "1.5 .0"
5+ VERSION = "1.6 .0"
66
77src_dir = os .path .dirname (__file__ )
88
Original file line number Diff line number Diff line change 22from __future__ import division
33from __future__ import absolute_import
44
5- __version__ = "1.5 .0"
5+ __version__ = "1.6 .0"
You can’t perform that action at this time.
0 commit comments