File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Upcoming release
2
2
3
+ ## 1.7.0 (2019-04-07)
4
+
5
+ - Additional ECS unit tests [ GH-696 ]
6
+ - Keypair unit tests [ GH-700 ]
7
+ - Jinja2 templates in plain cloudformation templates [ GH-701 ]
8
+ - Custom log output formats [ GH-705 ]
9
+ - Python 3.7 unit tests in CircleCI [ GH-711 ]
10
+ - Upload blueprint templates with bucket-owner-full-control ACL [ GH-713 ]
11
+ - Change test runner from nose to py.test [ GH-714 ]
12
+ - support for importing a local public key file with the keypair hook [ GH-715 ]
13
+ - support for storing private keys in SSM parameter store with the keypair hook [ GH-715 ]
14
+
3
15
## 1.6.0 (2019-01-21)
4
16
5
17
- New lookup format/syntax, making it more generic [ GH-665 ]
Original file line number Diff line number Diff line change 1
1
import os
2
2
from setuptools import setup , find_packages
3
3
4
- VERSION = "1.6 .0"
4
+ VERSION = "1.7 .0"
5
5
6
6
src_dir = os .path .dirname (__file__ )
7
7
Original file line number Diff line number Diff line change 2
2
from __future__ import division
3
3
from __future__ import absolute_import
4
4
5
- __version__ = "1.6 .0"
5
+ __version__ = "1.7 .0"
You can’t perform that action at this time.
0 commit comments