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

[15/50] cloudstack-ec2stack git commit: Bump version, update HISTORY.rst

Bump version, update HISTORY.rst


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

Branch: refs/heads/master
Commit: 6322730dcf616398d4077fe7b670bc36763117b8
Parents: 9a837a5
Author: BroganD1993 <da...@hotmail.com>
Authored: Sun Jul 20 14:26:26 2014 +0100
Committer: BroganD1993 <da...@hotmail.com>
Committed: Sun Jul 20 14:26:26 2014 +0100

----------------------------------------------------------------------
 HISTORY.rst | 20 +++++++++++++++-----
 setup.py    |  2 +-
 2 files changed, 16 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/6322730d/HISTORY.rst
----------------------------------------------------------------------
diff --git a/HISTORY.rst b/HISTORY.rst
index ebf313b..5e90e9e 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,9 +1,17 @@
 History
 =======
 
-0.5.0 (9-07-2014)
+0.6.0 (20-07-2014)
 __________________
 
+* Added support for vpc operations
+    * createVpc
+    * deleteVpc
+    * listVpc
+
+0.5.0 (9-07-2014)
+_________________
+
 * Add support for configuration profiles
 
     `$ ec2stack-configure --profile exampleprofile`
@@ -15,19 +23,21 @@ __________________
     `$ ec2stack --debug True`
 
 0.4.0 (9-06-2014)
-__________________
+_________________
 
 * Make api version used in responses dynamic
 
 
 0.3.0 (8-06-2014)
-__________________
+_________________
 
 * Added support for tag operations
-
+    * createTags
+    * deleteTags
+    * listTags
 
 0.2.0 (01-4-2014)
-__________________
+_________________
 
 * Change Amazon API support from 2013-10-15 to 2014-02-01
 

http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/6322730d/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 9694b0e..68fd134 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ def read_file(name):
 
 
 PROJECT = 'ec2stack'
-VERSION = '0.5'
+VERSION = '0.6'
 URL = 'http://github.com/imduffy15/ec2stack'
 AUTHOR = 'Darren Brogan, Ian Duffy'
 AUTHOR_EMAIL = 'brogand2@mail.dcu.ie, duffyi3@mail.dcu.ie'