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 2016/07/02 14:17:23 UTC

[1/3] libcloud git commit: Fix import order, bump version to v1.1.0.

Repository: libcloud
Updated Branches:
  refs/heads/trunk 290fb2aa2 -> f817e2026


Fix import order, bump version to v1.1.0.


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

Branch: refs/heads/trunk
Commit: 386a2484e435f0ac2c292e8f902c40d9703a8523
Parents: 290fb2a
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Sat Jul 2 15:58:46 2016 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Sat Jul 2 15:58:46 2016 +0200

----------------------------------------------------------------------
 libcloud/__init__.py | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/386a2484/libcloud/__init__.py
----------------------------------------------------------------------
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 78ad2ee..5bb2909 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -19,8 +19,6 @@ libcloud provides a unified interface to the cloud computing resources.
 :var __version__: Current version of libcloud
 """
 
-__all__ = ['__version__', 'enable_debug']
-__version__ = '1.0.0'
 
 import os
 import codecs
@@ -31,6 +29,12 @@ try:
 except ImportError:
     have_paramiko = False
 
+__all__ = [
+    '__version__',
+    'enable_debug'
+]
+__version__ = '1.1.0'
+
 
 def enable_debug(fo):
     """


[3/3] libcloud git commit: Update changelog, bump version to v1.1.0

Posted by to...@apache.org.
Update changelog, bump version to v1.1.0


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

Branch: refs/heads/trunk
Commit: f817e202645e59c5818cc4302715575a76298181
Parents: d5a065f
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Sat Jul 2 16:00:03 2016 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Sat Jul 2 16:00:03 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/f817e202/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index a045279..ddac508 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
 \ufeffChangelog
 =========
 
-Changes with Apache Libcloud in development
--------------------------------------------
+Changes with Apache Libcloud 1.1.0
+----------------------------------
 
 General
 ~~~~~~~


[2/3] libcloud git commit: Fix changelog, remove uncessary "in" word.

Posted by to...@apache.org.
Fix changelog, remove uncessary "in" word.


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

Branch: refs/heads/trunk
Commit: d5a065f41609eed14c04e62acd9eb72550a5cdec
Parents: 386a248
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Sat Jul 2 15:59:42 2016 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Sat Jul 2 15:59:42 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/d5a065f4/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 622f7e3..a045279 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -85,8 +85,8 @@ Load Balancer
   [Jo�o Paulo Raittes]
 
 
-Changes with Apache Libcloud in 1.0.0
--------------------------------------
+Changes with Apache Libcloud 1.0.0
+----------------------------------
 
 General
 ~~~~~~~
@@ -198,8 +198,8 @@ DNS
   (GITHUB-787)
   [Oltjano Terpollari]
 
-Changes with Apache Libcloud in 1.0.0-rc2
------------------------------------------
+Changes with Apache Libcloud 1.0.0-rc2
+--------------------------------------
 
 General
 ~~~~~~~