Skip to content

Commit 3120a61

Browse files
committed
Release 1.3.0
1 parent 4605508 commit 3120a61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## HEAD
1+
## 1.3.0 (2018-05-03)
22

33
- Support for provisioning stacks in multiple accounts and regions has been added [GH-553], [GH-551]
44
- Added a `--profile` flag, which can be used to set the global default profile that stacker will use (similar to `AWS_PROFILE`) [GH-563]

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.0"
4+
VERSION = "1.3.0"
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.0"
1+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)