Skip to content

Commit

Permalink
Release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Oct 8, 2016
1 parent 63f778c commit 986c508
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## pending
## 1.8.2 (2016-10-08)
- Add SpotPrice to SpotFleet LaunchSpecifications
- Add new properties to ECS (Clustername to Cluster and Family to TaskDefinition)
- Add Alias object to KMS (fixes #568)
Expand All @@ -15,6 +15,7 @@
- Add AWS::CodeCommit::Repository (fixes #586)
- Provide better type checking for values in from_dict (#587)
- Allow HelperFn in UpdatePolicy for ASG (#588)
- Fixe from_dict case where you have a list of non BaseAWSObjects (#589)

## 1.8.1 (2016-09-12)
- Add TargetGroupArn and fix ContainerPort (#549)
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.8.1',
version='1.8.2',
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 @@ -12,7 +12,7 @@

from . import validators

__version__ = "1.8.1"
__version__ = "1.8.2"

# constants for DeletionPolicy
Delete = 'Delete'
Expand Down

0 comments on commit 986c508

Please sign in to comment.