Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D722C17F15 for ; Tue, 5 May 2015 13:25:55 +0000 (UTC) Received: (qmail 6913 invoked by uid 500); 5 May 2015 13:25:55 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 6846 invoked by uid 500); 5 May 2015 13:25:55 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 6750 invoked by uid 99); 5 May 2015 13:25:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2015 13:25:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 73EBFE10A2; Tue, 5 May 2015 13:25:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sebgoa@apache.org To: commits@cloudstack.apache.org Date: Tue, 05 May 2015 13:26:09 -0000 Message-Id: In-Reply-To: <221c3e069cfc492fb79c05f2b8305f09@git.apache.org> References: <221c3e069cfc492fb79c05f2b8305f09@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Sun Jul 20 14:43:32 2014 +0100 Committer: BroganD1993 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 - """, + """ )