Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45582eb

Browse files
committed
Release 2.0.2
1 parent af04071 commit 45582eb

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.0.2 (2017-10-23)
2+
- Set EC2 BlockDeviceMapping NoDevice property to type dict (#866)
3+
14
## 2.0.1 (2017-10-21)
25
- Allow s3.Bucket AccessControl to be an AWSHelperFn
36
- Add AWS::ElasticLoadBalancingV2::ListenerCertificate

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def readme():
88

99
setup(
1010
name='troposphere',
11-
version='2.0.1',
11+
version='2.0.2',
1212
description="AWS CloudFormation creation library",
1313
long_description=readme(),
1414
author="Mark Peek",

troposphere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from . import validators
1414

15-
__version__ = "2.0.1"
15+
__version__ = "2.0.2"
1616

1717
# constants for DeletionPolicy
1818
Delete = 'Delete'

0 commit comments

Comments
 (0)