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:48 UTC

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

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):