Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Oct 24, 2017
1 parent af04071 commit 45582eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.2 (2017-10-23)
- Set EC2 BlockDeviceMapping NoDevice property to type dict (#866)

## 2.0.1 (2017-10-21)
- Allow s3.Bucket AccessControl to be an AWSHelperFn
- Add AWS::ElasticLoadBalancingV2::ListenerCertificate
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():

setup(
name='troposphere',
version='2.0.1',
version='2.0.2',
description="AWS CloudFormation creation library",
long_description=readme(),
author="Mark Peek",
Expand Down
2 changes: 1 addition & 1 deletion troposphere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from . import validators

__version__ = "2.0.1"
__version__ = "2.0.2"

# constants for DeletionPolicy
Delete = 'Delete'
Expand Down

0 comments on commit 45582eb

Please sign in to comment.