You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/11/15 14:25:31 UTC

[2/3] git commit: Bump version to 0.14.0-beta3.

Bump version to 0.14.0-beta3.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6745c87c
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6745c87c
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6745c87c

Branch: refs/heads/trunk
Commit: 6745c87cdf7e8a0622cd85b0c951be5fa441bcab
Parents: 38894be
Author: Tomaz Muraus <to...@apache.org>
Authored: Fri Nov 15 14:00:14 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Fri Nov 15 14:00:14 2013 +0100

----------------------------------------------------------------------
 libcloud/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/6745c87c/libcloud/__init__.py
----------------------------------------------------------------------
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 7595b47..062d618 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-beta2'
+__version__ = '0.14.0-beta3'
 
 import os