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 E077E10ADD for ; Mon, 7 Sep 2015 08:52:23 +0000 (UTC) Received: (qmail 7269 invoked by uid 500); 7 Sep 2015 08:52:20 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 7228 invoked by uid 500); 7 Sep 2015 08:52:20 -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 7215 invoked by uid 99); 7 Sep 2015 08:52:20 -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; Mon, 07 Sep 2015 08:52:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 944ECDFC7F; Mon, 7 Sep 2015 08:52:20 +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: Mon, 07 Sep 2015 08:52:20 -0000 Message-Id: <9ed92b480b9141fe9ae3323aa1180852@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] cloudstack-ec2stack git commit: Switch to 0.8.1 dev version Repository: cloudstack-ec2stack Updated Branches: refs/heads/master ac238c6f1 -> 8e07435d3 Switch to 0.8.1 dev 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/2889e2a9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/tree/2889e2a9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/diff/2889e2a9 Branch: refs/heads/master Commit: 2889e2a95f1e2ff317141362816fc099f6392599 Parents: f1ddacf Author: Sebastien Goasguen Authored: Mon Sep 7 10:51:30 2015 +0200 Committer: Sebastien Goasguen Committed: Mon Sep 7 10:51:30 2015 +0200 ---------------------------------------------------------------------- CHANGES.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/2889e2a9/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index ad10c65..b07884b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,6 +19,9 @@ History ======= +Under development 0.8.1 +----------------------- + 0.8.0 (26-08-2015) ------------------ http://git-wip-us.apache.org/repos/asf/cloudstack-ec2stack/blob/2889e2a9/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 7671dee..21bea72 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def read_file(name): PROJECT = 'ec2stack' -VERSION = '0.8.0' +VERSION = '0.8.1' URL = 'https://git-wip-us.apache.org/repos/asf?p=cloudstack-ec2stack.git' AUTHOR = 'Apache Software Foundation' AUTHOR_EMAIL = 'dev@cloudstack.apache.org'