File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11## Upcoming release
22
3+ ## 1.5.0 (2018-10-14)
4+
5+ The big feature in this release is the introduction of "targets" which act as
6+ sort of "virtual nodes" in the graph. It provides a nice way to logically group
7+ stacks.
8+
9+ - Add support for "targets" [ GH-572 ]
10+ - Fix non-interactive changeset updates w/ stack policies [ GH-657 ]
11+ - Fix interactive_update_stack calls with empty string parameters [ GH-658 ]
12+ - Fix KMS unicode lookup in python 2 [ GH-659 ]
13+ - Locked stacks have no dependencies [ GH-661 ]
14+ - Set default profile earlier [ GH-662 ]
15+ - Get rid of recursion for tail retries and extend retry/timeout [ GH-663 ]
16+
317## 1.4.1 (2018-08-28)
418
519This is a minor bugfix release for 1.4.0, no major feature updates.
Original file line number Diff line number Diff line change 22from setuptools import setup , find_packages
33
44
5- VERSION = "1.4.1 "
5+ VERSION = "1.5.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.4.1 "
5+ __version__ = "1.5.0 "
You can’t perform that action at this time.
0 commit comments