You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2014/07/29 23:10:13 UTC

[1/2] git commit: updated refs/heads/4.4 to 51c691f

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 ba025c9a7 -> 51c691f02


marvin: change module author, description etc to use ACS team and dev ML

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/4.4
Commit: fa5195f30552a8a959c6fe56388820679d9c73ed
Parents: ba025c9
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Tue Jul 29 23:01:40 2014 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Tue Jul 29 23:01:40 2014 +0200

----------------------------------------------------------------------
 tools/marvin/setup.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fa5195f3/tools/marvin/setup.py
----------------------------------------------------------------------
diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py
index b7a927e..88968ab 100644
--- a/tools/marvin/setup.py
+++ b/tools/marvin/setup.py
@@ -38,10 +38,10 @@ def read(fname):
 setup(name="Marvin",
       version=VERSION,
       description="Marvin - Python client for Apache CloudStack",
-      author="Edison Su",
-      author_email="Edison.Su@citrix.com",
-      maintainer="Prasanna Santhanam",
-      maintainer_email="tsp@apache.org",
+      author="The Apache CloudStack Team",
+      author_email="dev@cloudstack.apache.org",
+      maintainer="The Apache CloudStack Team",
+      maintainer_email="dev@cloudstack.apache.org",
       long_description="Marvin is the Apache CloudStack python "
                        "client written around the unittest framework",
       platforms=("Any",),


[2/2] git commit: updated refs/heads/4.4 to 51c691f

Posted by bh...@apache.org.
marvin: set next release version to 4.4.1

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/4.4
Commit: 51c691f022788af0468a9240e9452076a4d072bf
Parents: fa5195f
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Tue Jul 29 23:09:39 2014 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Tue Jul 29 23:09:39 2014 +0200

----------------------------------------------------------------------
 tools/marvin/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/51c691f0/tools/marvin/setup.py
----------------------------------------------------------------------
diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py
index 88968ab..5ba0682 100644
--- a/tools/marvin/setup.py
+++ b/tools/marvin/setup.py
@@ -27,7 +27,7 @@ except ImportError:
         raise RuntimeError("python setuptools is required to build Marvin")
 
 
-VERSION = '0.1.0'
+VERSION = '4.4.1'
 
 import os