File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- ## Unreleased
1+ ## 1.2.0rc2 (2018-02-27)
22
3- - (bugfix) Fix parameter handling for diffs [ GH-540 ]
3+ - Fix parameter handling for diffs [ GH-540 ]
4+ - Fix an issue where SIGTERM/SIGINT weren't handled immediately [ GH-543 ]
5+ - Log a line when SIGINT/SIGTERM are handled [ GH-543 ]
6+ - Log failed steps at the end of plan execution [ GH-543 ]
7+ - Remove upper bound on boto3 dependency [ GH-542 ]
48
59## 1.2.0rc1 (2018-02-15)
610
Original file line number Diff line number Diff line change 11import os
22from setuptools import setup , find_packages
33
4- VERSION = "1.2.0rc1 "
4+ VERSION = "1.2.0rc2 "
55
66src_dir = os .path .dirname (__file__ )
77
Original file line number Diff line number Diff line change 1- __version__ = "1.2.0rc1 "
1+ __version__ = "1.2.0rc2 "
You can’t perform that action at this time.
0 commit comments