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 2014/02/06 23:29:02 UTC

[2/2] git commit: Bump version.

Bump version.


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

Branch: refs/heads/trunk
Commit: 00250abf096feb2ae21567673697514bcb63b0a9
Parents: 6141f75
Author: Tomaz Muraus <to...@apache.org>
Authored: Thu Feb 6 23:12:08 2014 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Feb 6 23:12:08 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/00250abf/libcloud/__init__.py
----------------------------------------------------------------------
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index fcbcb63..6a86bb3 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'
+__version__ = '0.14.1'
 
 import os