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/09/13 15:31:01 UTC

[02/21] git commit: Bump version to 0.13.1.

Bump version to 0.13.1.


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

Branch: refs/heads/0.13.2
Commit: 9bebad3a70216b7a3aa1f83208ce0d5c591a45ee
Parents: 34fb014
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Wed Sep 4 12:35:39 2013 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Wed Sep 4 12:35:39 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/9bebad3a/libcloud/__init__.py
----------------------------------------------------------------------
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index acba9a2..90ef9cf 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.13.0'
+__version__ = '0.13.1'
 
 import os
 import atexit