You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2015/05/05 15:26:14 UTC

[21/50] cloudstack-ec2stack git commit: Bump version

Bump version


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/commit/4a4fc3cc
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/tree/4a4fc3cc
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/diff/4a4fc3cc

Branch: refs/heads/master
Commit: 4a4fc3ccc8af0bfceff13c6d88a524dfed7cef38
Parents: 064531a
Author: BroganD1993 <da...@hotmail.com>
Authored: Thu Aug 7 18:43:24 2014 +0100
Committer: BroganD1993 <da...@hotmail.com>
Committed: Thu Aug 7 18:43:24 2014 +0100

----------------------------------------------------------------------
 HISTORY.rst | 5 +++++
 setup.py    | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/4a4fc3cc/HISTORY.rst
----------------------------------------------------------------------
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)
 __________________
 

http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/4a4fc3cc/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 5c4a7f8..a24d436 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ def read_file(name):
 
 
 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'