Updated Branches: refs/heads/trunk 4af39fe81 -> 99bd8739a
Bump version to 0.14.0-beta2. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/36dba171 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/36dba171 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/36dba171 Branch: refs/heads/trunk Commit: 36dba171d1c577c727852b515b932036bc06d382 Parents: 4af39fe Author: Tomaz Muraus <[email protected]> Authored: Tue Oct 22 11:18:30 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Oct 22 11:18:30 2013 +0200 ---------------------------------------------------------------------- CHANGES | 2 +- libcloud/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/36dba171/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 8445073..e17cf77 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ -*- coding: utf-8 -*- -Changes with Apache Libcloud in development +Changes with Apache Libcloud 0.14.0-beta2 *) Compute http://git-wip-us.apache.org/repos/asf/libcloud/blob/36dba171/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index fadb9ca..7595b47 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -20,7 +20,7 @@ libcloud provides a unified interface to the cloud computing resources. """ __all__ = ['__version__', 'enable_debug'] -__version__ = '0.14.0-beta1' +__version__ = '0.14.0-beta2' import os
