Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed May 11, 2015
1 parent 4f746a1 commit 5ec03a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
## pending

## 1.0.0 (2015-05-11)
- Fix two elasticache properties [GH-196]
- Add interim MinimumProtocolVersion to CloudFront ViewerCertificate [GH-218]
- Missing OriginPath in cloudfront.py [GH-220]
- Fix DBInstance constraints in order to allow the creation of RDS read-only replicas [GH-221]
- Add properties CharacterSetName, KmsKeyId, and StorageEncrypted to AWS::RDS::DBInstance [GH-224]
- Add Route53 HostedZoneVPCs, HostedZoneTags, HealthCheckTags
- Add new properties from 2015-04-16 CloudFormation release [GH-225]
- Add new properties from 2015-04-16 CloudFormation release [GH-225, GH-240]
- Allow default region for GetAZs() [GH-232]
- Make AvailabilityZones parameter optional in AutoScalingGroup
- EventSubscription resource + EC2 types [GH-227]
- Python 3.4 support [GH-228]
- examples fix: users is list [GH-237]
- SNS Topic fields are not required [GH-230]
- Make AvailabilityZones parameter optional in AutoScalingGroup [GH-236]

## 0.7.2 (2015-03-23)
- Support AWS helper functions in lists during validation [GH-179]
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.7.2',
version='1.0.0',
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__ = "0.7.2"
__version__ = "1.0.0"

# constants for DeletionPolicy
Delete = 'Delete'
Expand Down

0 comments on commit 5ec03a9

Please sign in to comment.