File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Upcoming release
2
2
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
+
3
13
## 1.5.0 (2018-10-14)
4
14
5
15
The big feature in this release is the introduction of "targets" which act as
Original file line number Diff line number Diff line change 2
2
from setuptools import setup , find_packages
3
3
4
4
5
- VERSION = "1.5 .0"
5
+ VERSION = "1.6 .0"
6
6
7
7
src_dir = os .path .dirname (__file__ )
8
8
Original file line number Diff line number Diff line change 2
2
from __future__ import division
3
3
from __future__ import absolute_import
4
4
5
- __version__ = "1.5 .0"
5
+ __version__ = "1.6 .0"
You can’t perform that action at this time.
0 commit comments