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 2015/08/09 00:04:23 UTC

libcloud git commit: Bump version to 0.18.0.

Repository: libcloud
Updated Branches:
  refs/heads/trunk 60b70718d -> 664135b86


Bump version to 0.18.0.


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

Branch: refs/heads/trunk
Commit: 664135b862eae7fb6c395c715db1cd61fa4c2540
Parents: 60b7071
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Sat Aug 8 23:43:15 2015 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Sat Aug 8 23:43:15 2015 +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/664135b8/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 752a80c..f8f852f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-Changes with Apache Libcloud in development
--------------------------------------------
+Changes with Apache Libcloud 0.18.0
+-----------------------------------
 
 General
 ~~~~~~~

http://git-wip-us.apache.org/repos/asf/libcloud/blob/664135b8/libcloud/__init__.py
----------------------------------------------------------------------
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 0e8c950..725c3de 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.17.1-dev'
+__version__ = '0.18.0'
 
 import os
 import codecs