Skip to content

Commit b9d7d22

Browse files
committed
Release 1.2.0rc2
1 parent 9e82548 commit b9d7d22

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
VERSION = "1.2.0rc1"
4+
VERSION = "1.2.0rc2"
55

66
src_dir = os.path.dirname(__file__)
77

stacker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.0rc1"
1+
__version__ = "1.2.0rc2"

0 commit comments

Comments
 (0)