Repository: libcloud
Updated Branches:
  refs/heads/trunk 7afbfbb55 -> e71615f8d


Bump version to 0.15.0.


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

Branch: refs/heads/trunk
Commit: e71615f8daadeda5d145929fea6f373e3b445ed5
Parents: 7afbfbb
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Jun 22 20:20:33 2014 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Jun 22 20:20:33 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/e71615f8/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index a6e6f25..5e2dcca 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-Changes with Apache Libcloud in development
--------------------------------------------
+Changes with Apache Libcloud 0.15.0
+-----------------------------------
 
 General
 ~~~~~~~

http://git-wip-us.apache.org/repos/asf/libcloud/blob/e71615f8/libcloud/__init__.py
----------------------------------------------------------------------
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 04de453..8e969a6 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.1'
+__version__ = '0.15.0'
 
 import os
 

Reply via email to