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:20 UTC

[27/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/32b78846
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/tree/32b78846
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/diff/32b78846

Branch: refs/heads/master
Commit: 32b788466cc37536cd27d0d33074fa786363e774
Parents: f0a8c11
Author: BroganD1993 <da...@hotmail.com>
Authored: Mon Aug 11 15:17:10 2014 +0100
Committer: BroganD1993 <da...@hotmail.com>
Committed: Mon Aug 11 15:17:10 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/32b78846/HISTORY.rst
----------------------------------------------------------------------
diff --git a/HISTORY.rst b/HISTORY.rst
index ed6e009..40a00e3 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,14 @@
 History
 =======
 
+0.7.0 (11-08-2014)
+__________________
+
+* Added support for snapshot operations
+    * createSnapshot
+    * deleteSnapshot
+    * listSnapshots
+
 0.6.1 (7-08-2014)
 _________________
 

http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/32b78846/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index a24d436..1da74dc 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ def read_file(name):
 
 
 PROJECT = 'ec2stack'
-VERSION = '0.6.1'
+VERSION = '0.7'
 URL = 'http://github.com/imduffy15/ec2stack'
 AUTHOR = 'Darren Brogan, Ian Duffy'
 AUTHOR_EMAIL = 'brogand2@mail.dcu.ie, duffyi3@mail.dcu.ie'