Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Mar 2, 2016
1 parent a62b13e commit 47cc47a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.5.0 (2016-03-01)
- Add MariaDB to list of RDS engines [GH-368]
- Add ap-northeast [GH-373]
- Add T2 Nano [GH-374]
- capability support for cfn [GH-375]
- Update to resource list in documentation [GH-383]
- More info from validator function errors [GH-385]
- Add testing for python 3.5 [GH-388]
- Extended title validation [GH-389]
- EC2 NAT Gateway [GH-394]
- Add AWS::ECR::Repository [GH-395]
- Add KmsKeyId and StorageEncrypted to DBCluster [GH-396]
- Add awacs soft dependency [GH-397]
- New dynamodb2 module to replace dynamodb for consistent interface [GH-398]
- Add IsMultiRegionTrail support [GH-399]
- Add IncludeGlobalResourceTypes to RecordingGroup [GH-400]
- Capitalize examples [GH-404]
- use location constants for bucket creation in cfn [GH-409]

## 1.4.0 (2016-01-01)
- Add RDS Aurora support [GH-335]
- Change DeploymentGroup Ec2TagFilters to list [GH-337]
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.4.0',
version='1.5.0',
description="AWS CloudFormation creation library",
author="Mark Peek",
author_email="mark@peek.org",
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.4.0"
__version__ = "1.5.0"

# constants for DeletionPolicy
Delete = 'Delete'
Expand Down

0 comments on commit 47cc47a

Please sign in to comment.