Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed May 4, 2016
1 parent ed8abff commit d6edf51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.6.0 (pending)
## 1.6.0 (2016-05-04)
- Remove unnecessary AWSHelperFn from props
- ReplicationConfigurationRules Destination is now an object (#380)
- Add WAF SizeConstraintSet and XssMatchSet
Expand Down Expand Up @@ -37,6 +37,8 @@
- Implement LifecycleRule Transitions property (#472)
- Better AWSHelperFn support in template generator (#473)
- Fix Bucket AccessControl to allow Ref (#475)
- Fix baseclass for AWS::Logs::Destination (#481)
- Add test for AWS::Logs::Destination (#482)

## 1.5.0 (2016-03-01)
- Add MariaDB to list of RDS engines [GH-368]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='troposphere',
version='1.5.0',
version='1.6.0',
description="AWS CloudFormation creation library",
author="Mark Peek",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion troposphere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from . import validators

__version__ = "1.5.0"
__version__ = "1.6.0"

# constants for DeletionPolicy
Delete = 'Delete'
Expand Down

0 comments on commit d6edf51

Please sign in to comment.