Bump version
diff --git a/HISTORY.rst b/HISTORY.rst index 7b17ece..ed6e009 100644 --- a/HISTORY.rst +++ b/HISTORY.rst
@@ -1,6 +1,11 @@ History ======= +0.6.1 (7-08-2014) +_________________ + +* Fix bug in VPC creation when ec2stack is configured with a basic zone + 0.6.0 (20-07-2014) __________________
diff --git a/setup.py b/setup.py index 5c4a7f8..a24d436 100644 --- a/setup.py +++ b/setup.py
@@ -20,7 +20,7 @@ PROJECT = 'ec2stack' -VERSION = '0.6' +VERSION = '0.6.1' URL = 'http://github.com/imduffy15/ec2stack' AUTHOR = 'Darren Brogan, Ian Duffy' AUTHOR_EMAIL = 'brogand2@mail.dcu.ie, duffyi3@mail.dcu.ie'