We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4605508 commit 3120a61Copy full SHA for 3120a61
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## HEAD
+## 1.3.0 (2018-05-03)
2
3
- Support for provisioning stacks in multiple accounts and regions has been added [GH-553], [GH-551]
4
- 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,7 +1,7 @@
import os
from setuptools import setup, find_packages
-VERSION = "1.2.0"
+VERSION = "1.3.0"
5
6
src_dir = os.path.dirname(__file__)
7
stacker/__init__.py
@@ -1 +1 @@
-__version__ = "1.2.0"
+__version__ = "1.3.0"
0 commit comments