Return-Path: X-Original-To: apmail-libcloud-commits-archive@www.apache.org Delivered-To: apmail-libcloud-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 BED0EF348 for ; Fri, 5 Jul 2013 13:54:11 +0000 (UTC) Received: (qmail 11034 invoked by uid 500); 5 Jul 2013 13:54:11 -0000 Delivered-To: apmail-libcloud-commits-archive@libcloud.apache.org Received: (qmail 10982 invoked by uid 500); 5 Jul 2013 13:54:11 -0000 Mailing-List: contact commits-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list commits@libcloud.apache.org Received: (qmail 10944 invoked by uid 99); 5 Jul 2013 13:54:08 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jul 2013 13:54:08 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7EFA182C51E; Fri, 5 Jul 2013 13:54:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tomaz@apache.org To: commits@libcloud.apache.org Date: Fri, 05 Jul 2013 13:54:08 -0000 Message-Id: <9a3d1d745df2459791e0ea2cfa2f6eab@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/5] git commit: Bump version. Updated Branches: refs/heads/trunk 536ae048a -> 78f895879 Bump version. Conflicts: libcloud/__init__.py Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a918be45 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a918be45 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a918be45 Branch: refs/heads/trunk Commit: a918be458aa8a096e46a5386449d614b0f0e1eb8 Parents: 536ae04 Author: Tomaz Muraus Authored: Wed Jun 26 18:52:31 2013 +0200 Committer: Tomaz Muraus Committed: Fri Jul 5 15:24:20 2013 +0200 ---------------------------------------------------------------------- CHANGES | 2 +- libcloud/__init__.py | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a918be45/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 4b270d4..efd78b8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ -*- coding: utf-8 -*- -Changes with Apache Libcloud in deveploment: +Changes with Apache Libcloud 0.13.0: *) General http://git-wip-us.apache.org/repos/asf/libcloud/blob/a918be45/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index f2ff5ed..64cb177 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -20,7 +20,10 @@ libcloud provides a unified interface to the cloud computing resources. """ __all__ = ['__version__', 'enable_debug'] -__version__ = '0.13.0-dev' +__version__ = '0.14.0-dev' + +import os +import atexit try: import paramiko