Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Sep 15, 2015
1 parent 04bfedd commit 193d2bd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## PENDING
## 1.2.2 (2015-09-15)
- Give more info about type errors [GH-312]
- Move `tail` within the troposphere library. This lets external libraries
leverage this function.
leverage this function [GH-315]
- Improve opsworks validation [GH-319]
- Fix RDS validation with conditional parameters [GH-320]

## 1.2.1 (2015-09-07)
- Bugfix for RDS Ref/GetAtt issue [GH-310]
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.1',
version='1.2.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 @@ -10,7 +10,7 @@

from . import validators

__version__ = "1.2.1"
__version__ = "1.2.2"

# constants for DeletionPolicy
Delete = 'Delete'
Expand Down

0 comments on commit 193d2bd

Please sign in to comment.