Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Sep 7, 2015
1 parent 455f8a3 commit 906a8a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.1 (2015-09-07)
- Bugfix for RDS Ref/GetAtt issue [GH-310]

## 1.2.0 (2015-09-04)
- Add support for EFS
- Elasticache: only validate az choices if azs is a list [GH-292]
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.2.0',
version='1.2.1',
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 @@ -10,7 +10,7 @@

from . import validators

__version__ = "1.2.0"
__version__ = "1.2.1"

# constants for DeletionPolicy
Delete = 'Delete'
Expand Down

0 comments on commit 906a8a8

Please sign in to comment.