Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Nov 16, 2016
1 parent bb0abf3 commit 24c5858
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## (TBD)
## 1.9.0 (2016-11-15)
- Note: the dynamodb change below may cause backwards compatibility issues.
There have been deprecation warnings for a while.
- Replace dynamodb module with dynamodb2 (#564)
- Add CodeCommit as a supported AWS resource type
- Add update of github Releases page to RELEASE doc
- Update elasticache for 2016-10-12 changes (#592)
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.2',
version='1.9.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 @@ -12,7 +12,7 @@

from . import validators

__version__ = "1.8.2"
__version__ = "1.9.0"

# constants for DeletionPolicy
Delete = 'Delete'
Expand Down

0 comments on commit 24c5858

Please sign in to comment.