Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af04071 commit 45582ebCopy full SHA for 45582eb
3 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 2.0.2 (2017-10-23)
2
+- Set EC2 BlockDeviceMapping NoDevice property to type dict (#866)
3
+
4
## 2.0.1 (2017-10-21)
5
- Allow s3.Bucket AccessControl to be an AWSHelperFn
6
- Add AWS::ElasticLoadBalancingV2::ListenerCertificate
setup.py
@@ -8,7 +8,7 @@ def readme():
8
9
setup(
10
name='troposphere',
11
- version='2.0.1',
+ version='2.0.2',
12
description="AWS CloudFormation creation library",
13
long_description=readme(),
14
author="Mark Peek",
troposphere/__init__.py
@@ -12,7 +12,7 @@
from . import validators
15
-__version__ = "2.0.1"
+__version__ = "2.0.2"
16
17
# constants for DeletionPolicy
18
Delete = 'Delete'
0 commit comments