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

[16/50] cloudstack-ec2stack git commit: Upgrade to alpha

Upgrade to alpha


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

Branch: refs/heads/master
Commit: 055932edd9e71c0ce56d698b4c97b5123558c5e2
Parents: 6322730
Author: BroganD1993 <da...@hotmail.com>
Authored: Sun Jul 20 14:43:32 2014 +0100
Committer: BroganD1993 <da...@hotmail.com>
Committed: Sun Jul 20 14:43:32 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/055932ed/HISTORY.rst
----------------------------------------------------------------------
diff --git a/HISTORY.rst b/HISTORY.rst
index 5e90e9e..7b17ece 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -8,6 +8,8 @@ __________________
     * createVpc
     * deleteVpc
     * listVpc
+* Clean test data
+* Upgrade to Alpha
 
 0.5.0 (9-07-2014)
 _________________

http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/055932ed/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 68fd134..5c4a7f8 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ setup(
     zip_safe=False,
     install_requires=REQUIRES,
     classifiers=[
-        'Development Status :: 2 - Pre-Alpha',
+        'Development Status :: 3 - Alpha',
         'Environment :: Console',
         'Intended Audience :: System Administrators',
         'License :: OSI Approved :: Apache Software License',
@@ -67,5 +67,5 @@ setup(
         ec2stack-configure = ec2stack.configure:main
         ec2stack-register = ec2stack.secretkey_manager:register
         ec2stack-remove = ec2stack.secretkey_manager:remove
-    """,
+    """
 )