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 2019/06/06 20:16:31 UTC

[libcloud] branch trunk updated (a95ba5c -> af2e40f)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from a95ba5c  Merge pull request #1296 from Kami/fix_gcp_driver_missing_node_status
     new ccb207b  Indicate we are now working on v2.5.1-dev.
     new af2e40f  Re-generate documentation include files.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/compute/_supported_methods_block_storage.rst       | 2 +-
 docs/compute/_supported_methods_image_management.rst    | 2 +-
 docs/compute/_supported_methods_key_pair_management.rst | 2 +-
 docs/compute/_supported_methods_main.rst                | 2 +-
 docs/compute/_supported_providers.rst                   | 2 +-
 docs/conf.py                                            | 4 ++--
 libcloud/__init__.py                                    | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)


[libcloud] 02/02: Re-generate documentation include files.

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit af2e40fbfb5c8f181b0fd0b0c03c38098762872e
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Thu Jun 6 22:16:17 2019 +0200

    Re-generate documentation include files.
---
 docs/compute/_supported_methods_block_storage.rst       | 2 +-
 docs/compute/_supported_methods_image_management.rst    | 2 +-
 docs/compute/_supported_methods_key_pair_management.rst | 2 +-
 docs/compute/_supported_methods_main.rst                | 2 +-
 docs/compute/_supported_providers.rst                   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/compute/_supported_methods_block_storage.rst b/docs/compute/_supported_methods_block_storage.rst
index fea231c..1d6b24b 100644
--- a/docs/compute/_supported_methods_block_storage.rst
+++ b/docs/compute/_supported_methods_block_storage.rst
@@ -82,7 +82,7 @@ Provider                              list volumes create volume destroy volume
 .. _`Enomaly Elastic Computing Platform`: http://www.enomaly.com/
 .. _`ElasticHosts`: http://www.elastichosts.com/
 .. _`Eucalyptus`: http://www.eucalyptus.com/
-.. _`Exoscale`: https://www.exoscale.ch/
+.. _`Exoscale`: https://www.exoscale.com/
 .. _`Gandi`: http://www.gandi.net/
 .. _`Google Compute Engine`: https://cloud.google.com/
 .. _`GoGrid`: http://www.gogrid.com/
diff --git a/docs/compute/_supported_methods_image_management.rst b/docs/compute/_supported_methods_image_management.rst
index 0a4ec92..c8fc38a 100644
--- a/docs/compute/_supported_methods_image_management.rst
+++ b/docs/compute/_supported_methods_image_management.rst
@@ -82,7 +82,7 @@ Provider                              list images get image create image delete
 .. _`Enomaly Elastic Computing Platform`: http://www.enomaly.com/
 .. _`ElasticHosts`: http://www.elastichosts.com/
 .. _`Eucalyptus`: http://www.eucalyptus.com/
-.. _`Exoscale`: https://www.exoscale.ch/
+.. _`Exoscale`: https://www.exoscale.com/
 .. _`Gandi`: http://www.gandi.net/
 .. _`Google Compute Engine`: https://cloud.google.com/
 .. _`GoGrid`: http://www.gogrid.com/
diff --git a/docs/compute/_supported_methods_key_pair_management.rst b/docs/compute/_supported_methods_key_pair_management.rst
index 11bfe45..ef47309 100644
--- a/docs/compute/_supported_methods_key_pair_management.rst
+++ b/docs/compute/_supported_methods_key_pair_management.rst
@@ -82,7 +82,7 @@ Provider                              list key pairs get key pair create key pai
 .. _`Enomaly Elastic Computing Platform`: http://www.enomaly.com/
 .. _`ElasticHosts`: http://www.elastichosts.com/
 .. _`Eucalyptus`: http://www.eucalyptus.com/
-.. _`Exoscale`: https://www.exoscale.ch/
+.. _`Exoscale`: https://www.exoscale.com/
 .. _`Gandi`: http://www.gandi.net/
 .. _`Google Compute Engine`: https://cloud.google.com/
 .. _`GoGrid`: http://www.gogrid.com/
diff --git a/docs/compute/_supported_methods_main.rst b/docs/compute/_supported_methods_main.rst
index 325181e..ac6be5c 100644
--- a/docs/compute/_supported_methods_main.rst
+++ b/docs/compute/_supported_methods_main.rst
@@ -82,7 +82,7 @@ Provider                              list nodes create node reboot node destroy
 .. _`Enomaly Elastic Computing Platform`: http://www.enomaly.com/
 .. _`ElasticHosts`: http://www.elastichosts.com/
 .. _`Eucalyptus`: http://www.eucalyptus.com/
-.. _`Exoscale`: https://www.exoscale.ch/
+.. _`Exoscale`: https://www.exoscale.com/
 .. _`Gandi`: http://www.gandi.net/
 .. _`Google Compute Engine`: https://cloud.google.com/
 .. _`GoGrid`: http://www.gogrid.com/
diff --git a/docs/compute/_supported_providers.rst b/docs/compute/_supported_providers.rst
index bea6246..cb1394a 100644
--- a/docs/compute/_supported_providers.rst
+++ b/docs/compute/_supported_providers.rst
@@ -82,7 +82,7 @@ Provider                              Documentation
 .. _`Enomaly Elastic Computing Platform`: http://www.enomaly.com/
 .. _`ElasticHosts`: http://www.elastichosts.com/
 .. _`Eucalyptus`: http://www.eucalyptus.com/
-.. _`Exoscale`: https://www.exoscale.ch/
+.. _`Exoscale`: https://www.exoscale.com/
 .. _`Gandi`: http://www.gandi.net/
 .. _`Google Compute Engine`: https://cloud.google.com/
 .. _`GoGrid`: http://www.gogrid.com/


[libcloud] 01/02: Indicate we are now working on v2.5.1-dev.

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit ccb207b74aa23c0d9e9c890899290565fa6bde73
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Thu Jun 6 22:15:58 2019 +0200

    Indicate we are now working on v2.5.1-dev.
---
 docs/conf.py         | 4 ++--
 libcloud/__init__.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index e3457fd..94a6b1a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -73,9 +73,9 @@ html_show_sphinx = False
 # built documents.
 #
 # The short X.Y version.
-version = '2.5.0'
+version = '2.5.1-dev'
 # The full version, including alpha/beta/rc tags.
-release = '2.5.0'
+release = '2.5.1-dev'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 412de83..a10b70e 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -40,7 +40,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '2.5.0'
+__version__ = '2.5.1-dev'
 
 
 def enable_debug(fo):