From 1804f84dd6b64d7e092ee0fbef1957fec8b97db7 Mon Sep 17 00:00:00 2001 From: Niall Creech Date: Thu, 3 Dec 2015 12:37:00 +0000 Subject: [PATCH] Release version 0.6.2 * Bump version --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e4045..d82468d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 0.6.2 + +* Bump version + ## Version 0.6.1 Feature: * Allow custom ELB policies diff --git a/setup.py b/setup.py index 344caec..02c5399 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='bootstrap_cfn', - version='0.6.0', + version='0.6.2', url='http://github.com/ministryofjustice/bootstrap_cfn/', license='LICENSE', author='MOJDS',