File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11## Upcoming release
22
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+
315## 1.6.0 (2019-01-21)
416
517- New lookup format/syntax, making it more generic [ GH-665 ]
Original file line number Diff line number Diff line change 11import os
22from setuptools import setup , find_packages
33
4- VERSION = "1.6 .0"
4+ VERSION = "1.7 .0"
55
66src_dir = os .path .dirname (__file__ )
77
Original file line number Diff line number Diff line change 22from __future__ import division
33from __future__ import absolute_import
44
5- __version__ = "1.6 .0"
5+ __version__ = "1.7 .0"
You can’t perform that action at this time.
0 commit comments