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 58B3A17F25 for ; Tue, 5 May 2015 13:26:00 +0000 (UTC) Received: (qmail 7303 invoked by uid 500); 5 May 2015 13:25:56 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 7264 invoked by uid 500); 5 May 2015 13:25:56 -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 7177 invoked by uid 99); 5 May 2015 13:25:56 -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:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F22E5E10A3; 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:14 -0000 Message-Id: <6a9ff57381c94cd5a9824c442da5c6ee@git.apache.org> In-Reply-To: <221c3e069cfc492fb79c05f2b8305f09@git.apache.org> References: <221c3e069cfc492fb79c05f2b8305f09@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [21/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/4a4fc3cc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/tree/4a4fc3cc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/diff/4a4fc3cc Branch: refs/heads/master Commit: 4a4fc3ccc8af0bfceff13c6d88a524dfed7cef38 Parents: 064531a Author: BroganD1993 Authored: Thu Aug 7 18:43:24 2014 +0100 Committer: BroganD1993 Committed: Thu Aug 7 18:43:24 2014 +0100 ---------------------------------------------------------------------- HISTORY.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/4a4fc3cc/HISTORY.rst ---------------------------------------------------------------------- diff --git a/HISTORY.rst b/HISTORY.rst index 7b17ece..ed6e009 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ History ======= +0.6.1 (7-08-2014) +_________________ + +* Fix bug in VPC creation when ec2stack is configured with a basic zone + 0.6.0 (20-07-2014) __________________ http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/4a4fc3cc/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 5c4a7f8..a24d436 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read_file(name): PROJECT = 'ec2stack' -VERSION = '0.6' +VERSION = '0.6.1' URL = 'http://github.com/imduffy15/ec2stack' AUTHOR = 'Darren Brogan, Ian Duffy' AUTHOR_EMAIL = 'brogand2@mail.dcu.ie, duffyi3@mail.dcu.ie'