You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by se...@apache.org on 2014/07/02 23:41:20 UTC

git commit: Bump version to 0.15.1

Repository: libcloud
Updated Branches:
  refs/heads/trunk 0314a1a4c -> 6df77f6e2


Bump version to 0.15.1


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

Branch: refs/heads/trunk
Commit: 6df77f6e2d3b4df9c3b23938dc65951d7f0a0059
Parents: 0314a1a
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Wed Jul 2 23:41:07 2014 +0200
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Wed Jul 2 23:41:07 2014 +0200

----------------------------------------------------------------------
 CHANGES.rst          | 4 ++--
 libcloud/__init__.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/6df77f6e/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index ead8b26..d7a7861 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-Changes with Apache Libcloud in development
--------------------------------------------
+Changes with Apache Libcloud 0.15.1
+-----------------------------------
 
 Compute
 ~~~~~~~

http://git-wip-us.apache.org/repos/asf/libcloud/blob/6df77f6e/libcloud/__init__.py
----------------------------------------------------------------------
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 8e969a6..3ce79f0 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.15.0'
+__version__ = '0.15.1'
 
 import os