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/05/30 14:16:26 UTC

git commit: Up version number

Repository: libcloud
Updated Branches:
  refs/heads/0.14.2 00250abf0 -> acd8d1400


Up version number


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

Branch: refs/heads/0.14.2
Commit: acd8d14002cabe69746f9988d822d0ddd1c62c7e
Parents: 00250ab
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Fri May 30 14:15:54 2014 +0200
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Fri May 30 14:15:54 2014 +0200

----------------------------------------------------------------------
 CHANGES.rst          | 16 ++++++++++++++++
 libcloud/__init__.py |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/acd8d140/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index da1f551..1fcf617 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,22 @@
 Changelog
 =========
 
+Changes with Apache libcloud 0.14.2
+-----------------------------------
+
+Compute
+~~~~~~~
+
+Load Balancer
+~~~~~~~~~~~~~
+
+Storage
+~~~~~~~
+
+DNS
+~~~
+
+
 Changes with Apache 0.14.1
 --------------------------
 

http://git-wip-us.apache.org/repos/asf/libcloud/blob/acd8d140/libcloud/__init__.py
----------------------------------------------------------------------
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 6a86bb3..5484a60 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.14.2'
 
 import os