You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/04/02 02:52:36 UTC

libcloud git commit: update version log for 2.0.0rc2

Repository: libcloud
Updated Branches:
  refs/heads/trunk ecbd39936 -> 623fa89be
Updated Tags:  refs/tags/v2.0.0rc2-tentative [created] 4e01d8c2c


update version log for 2.0.0rc2


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

Branch: refs/heads/trunk
Commit: 623fa89bedb1e37d1546936c78583867aed23057
Parents: ecbd399
Author: Anthony Shaw <an...@apache.org>
Authored: Sun Apr 2 12:51:13 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Sun Apr 2 12:51:13 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/623fa89b/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index ec58245..a996cb8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,8 +2,8 @@
 =========
 
 
-Changes in latest version of Apache Libcloud
---------------------------------------------
+Changes in Apache Libcloud 2.0.0rc2
+-----------------------------------
 
 Common
 ~~~~~~

http://git-wip-us.apache.org/repos/asf/libcloud/blob/623fa89b/libcloud/__init__.py
----------------------------------------------------------------------
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 776950a..c2c3c9c 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -36,7 +36,7 @@ __all__ = [
     '__version__',
     'enable_debug'
 ]
-__version__ = '2.0.0rc1'
+__version__ = '2.0.0rc2'
 
 
 def enable_debug(fo):