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 C1B9F1775A for ; Thu, 23 Apr 2015 15:00:52 +0000 (UTC) Received: (qmail 68924 invoked by uid 500); 23 Apr 2015 15:00:52 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 68892 invoked by uid 500); 23 Apr 2015 15:00:52 -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 68883 invoked by uid 99); 23 Apr 2015 15:00:52 -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; Thu, 23 Apr 2015 15:00:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6B3AEE17A7; Thu, 23 Apr 2015 15:00:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Message-Id: <66430aff3d7247728113bb42015c3267@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cloudstack-cloudmonkey git commit: cloudmonkey: bump up version to 5.3.2 for next release Date: Thu, 23 Apr 2015 15:00:52 +0000 (UTC) Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master c0d734333 -> 103575583 cloudmonkey: bump up version to 5.3.2 for next release Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/10357558 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/10357558 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/10357558 Branch: refs/heads/master Commit: 103575583dafdba45cb873c4ed803ca4a69293ae Parents: c0d7343 Author: Rohit Yadav Authored: Thu Apr 23 17:00:17 2015 +0200 Committer: Rohit Yadav Committed: Thu Apr 23 17:00:17 2015 +0200 ---------------------------------------------------------------------- CHANGES.md | 5 +++++ cloudmonkey/config.py | 2 +- docs/source/conf.py | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/10357558/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index 555c029..f20367d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Apache CloudStack CloudMonkey Changelog --------------------------------------- +Version 5.3.2 +============= +This release includes +- A new XML display output mode + Version 5.3.1 ============= This release includes http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/10357558/cloudmonkey/config.py ---------------------------------------------------------------------- diff --git a/cloudmonkey/config.py b/cloudmonkey/config.py index 73b1d4e..21063f0 100644 --- a/cloudmonkey/config.py +++ b/cloudmonkey/config.py @@ -16,7 +16,7 @@ # specific language governing permissions and limitations # under the License. -__version__ = "5.3.1" +__version__ = "5.3.2" __description__ = "Command Line Interface for Apache CloudStack" __maintainer__ = "The Apache CloudStack Team" __maintaineremail__ = "dev@cloudstack.apache.org" http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/10357558/docs/source/conf.py ---------------------------------------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index fd16386..669bd31 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,9 +55,9 @@ copyright = u'2012-2014, The Apache Software Foundation' # built documents. # # The short X.Y version. -version = '5.3.1' +version = '5.3.2' # The full version, including alpha/beta/rc tags. -release = '5.3.1' +release = version # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.