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/22 02:37:47 UTC

[1/2] libcloud git commit: prep for 2.0.0

Repository: libcloud
Updated Branches:
  refs/heads/trunk 741032969 -> 611035a33
Updated Tags:  refs/tags/2.0.0-tentative [created] 0e2879bca


prep for 2.0.0


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

Branch: refs/heads/trunk
Commit: b1bbb7f1bd16a69a49fb3c2bbd38ea056faada7b
Parents: 7410329
Author: Anthony Shaw <an...@apache.org>
Authored: Sat Apr 22 12:35:50 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Sat Apr 22 12:35:50 2017 +1000

----------------------------------------------------------------------
 CHANGES.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/b1bbb7f1/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index a13e34c..661ed6d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
 \ufeffChangelog
 =========
 
-Changes in current version of Apache Libcloud
----------------------------------------------
+Changes in Apache Libcloud 2.0.0
+--------------------------------
 
 Common
 ~~~~~~


[2/2] libcloud git commit: prep for 2.0.0

Posted by an...@apache.org.
prep for 2.0.0


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

Branch: refs/heads/trunk
Commit: 611035a3380c16a22373efb33e34a376abe9008c
Parents: b1bbb7f
Author: Anthony Shaw <an...@apache.org>
Authored: Sat Apr 22 12:35:58 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Sat Apr 22 12:35:58 2017 +1000

----------------------------------------------------------------------
 libcloud/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


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