Skip to content

Commit

Permalink
Release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Mar 2, 2016
1 parent 8d1fabf commit 4c28cda
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## pending

## 0.5.4 (2016-03-01)
- Add Elasticsearch Service [GH-29]
- Add KMS [GH-30]
- Update Elasticache, add CodeDeploy & CodeCommit [GH-31]
- Add ARN to CodeDeploy module [GH-33]
- Lambda Trust Policy [GH-35]
- EC2 Container Registry [GH-36]

## 0.5.3 (2015-09-07)
- Add EC2 Action [GH-26]
- Add Kinesis Calls [GH-27]
Expand Down
2 changes: 1 addition & 1 deletion awacs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import re
import types

__version__ = "0.5.3"
__version__ = "0.5.4"


valid_names = re.compile(r'^[a-zA-Z0-9]+$')
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='awacs',
version='0.5.3',
version='0.5.4',
description="AWS Access Policy Language creation library",
author="Mark Peek",
author_email="mark@peek.org",
Expand Down

0 comments on commit 4c28cda

Please sign in to comment.