Skip to content

Commit

Permalink
Release 1.2.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ejholmes committed Feb 28, 2018
1 parent 9e82548 commit b9d7d22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Unreleased
## 1.2.0rc2 (2018-02-27)

- (bugfix) Fix parameter handling for diffs [GH-540]
- Fix parameter handling for diffs [GH-540]
- Fix an issue where SIGTERM/SIGINT weren't handled immediately [GH-543]
- Log a line when SIGINT/SIGTERM are handled [GH-543]
- Log failed steps at the end of plan execution [GH-543]
- Remove upper bound on boto3 dependency [GH-542]

## 1.2.0rc1 (2018-02-15)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages

VERSION = "1.2.0rc1"
VERSION = "1.2.0rc2"

src_dir = os.path.dirname(__file__)

Expand Down
2 changes: 1 addition & 1 deletion stacker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0rc1"
__version__ = "1.2.0rc2"

0 comments on commit b9d7d22

Please sign in to comment.