Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Oct 9, 2014
1 parent f8ef3b6 commit 2873205
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Pending

## 0.6.2 (2014-10-09)
- Update to 2014-09-29 AWS release [GH-132]
- Add ElastiCache & Port # Constants [GH-132]
- Add ELB Tag Support [GH-133]
- Fix DBSecurityGroupIngress required properties [GH-134]

## 0.6.1 (2014-09-28)
- Update InitConfig per AWS docs [GH-120]
- S3 improvement + essential constants [GH-125]
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='0.6.1',
version='0.6.2',
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 @@ -10,7 +10,7 @@

from . import validators

__version__ = "0.6.1"
__version__ = "0.6.2"

# constants for DeletionPolicy
Delete = 'Delete'
Expand Down

0 comments on commit 2873205

Please sign in to comment.