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 2CA24DC5C for ; Wed, 8 Aug 2012 18:59:33 +0000 (UTC) Received: (qmail 72083 invoked by uid 500); 8 Aug 2012 18:59:33 -0000 Delivered-To: apmail-libcloud-commits-archive@libcloud.apache.org Received: (qmail 72055 invoked by uid 500); 8 Aug 2012 18:59:32 -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 72044 invoked by uid 99); 8 Aug 2012 18:59:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2012 18:59:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2012 18:59:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8C74B238889B; Wed, 8 Aug 2012 18:58:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1370895 - /libcloud/trunk/libcloud/__init__.py Date: Wed, 08 Aug 2012 18:58:48 -0000 To: commits@libcloud.apache.org From: tomaz@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120808185848.8C74B238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tomaz Date: Wed Aug 8 18:58:48 2012 New Revision: 1370895 URL: http://svn.apache.org/viewvc?rev=1370895&view=rev Log: Update __version__ attribute to indicate that current version is in development. Modified: libcloud/trunk/libcloud/__init__.py Modified: libcloud/trunk/libcloud/__init__.py URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/__init__.py?rev=1370895&r1=1370894&r2=1370895&view=diff ============================================================================== --- libcloud/trunk/libcloud/__init__.py (original) +++ libcloud/trunk/libcloud/__init__.py Wed Aug 8 18:58:48 2012 @@ -20,7 +20,7 @@ libcloud provides a unified interface to """ __all__ = ['__version__', 'enable_debug'] -__version__ = '0.11.1' +__version__ = '0.11.2-dev' try: import paramiko