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 2022/03/11 20:59:25 UTC

[libcloud] branch trunk updated (ccadf6c -> d72d4a3)

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 ccadf6c  Fix black formatting.
     new 0663b95  Update doap file with v3.5.0 release.
     new 8892805  Indicate we are now working on v3.5.1-dev.
     new d72d4a3  Update example in the docs.

The 3 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:
 doap_libcloud.rdf        | 9 +++++++--
 docs/committer_guide.rst | 2 +-
 docs/conf.py             | 4 ++--
 libcloud/__init__.py     | 2 +-
 4 files changed, 11 insertions(+), 6 deletions(-)

[libcloud] 02/03: Indicate we are now working on v3.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 88928058dcf06f6d355365a875a9c05766bb8158
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Mar 11 21:52:46 2022 +0100

    Indicate we are now working on v3.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 114f4d8..3e26419 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -68,10 +68,10 @@ html_show_sphinx = False
 # built documents.
 #
 # The short X.Y version.
-version = '3.5.0'
+version = '3.5.1-dev'
 
 # The full version, including alpha/beta/rc tags.
-release = '3.5.0'
+release = '3.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 09e9117..181a13a 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -39,7 +39,7 @@ except ImportError:
 
 __all__ = ["__version__", "enable_debug"]
 
-__version__ = "3.5.0"
+__version__ = "3.5.1-dev"
 
 
 def enable_debug(fo):

[libcloud] 01/03: Update doap file with v3.5.0 release.

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 0663b956251c67850bc233ceb9445c2ac89d852a
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Mar 11 21:51:51 2022 +0100

    Update doap file with v3.5.0 release.
---
 doap_libcloud.rdf | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/doap_libcloud.rdf b/doap_libcloud.rdf
index 3c58925..662c1b5 100644
--- a/doap_libcloud.rdf
+++ b/doap_libcloud.rdf
@@ -497,7 +497,6 @@
         <revision>v3.4.0</revision>
       </Version>
   </release>
-
   <release>
       <Version>
         <name>3.4.1</name>
@@ -505,7 +504,13 @@
         <revision>v3.4.1</revision>
       </Version>
   </release>
-
+  <release>
+      <Version>
+        <name>3.5.0</name>
+        <created>2022-03-11</created>
+        <revision>v3.5.0</revision>
+      </Version>
+  </release>
   <repository>
       <SVNRepository>
         <location rdf:resource="https://svn.apache.org/repos/asf/libcloud/trunk/"/>

[libcloud] 03/03: Update example in the docs.

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 d72d4a3328a443ead76ed3bc96ac9c83bbd41b06
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Mar 11 21:53:11 2022 +0100

    Update example in the docs.
---
 docs/committer_guide.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst
index 40c8d36..5805aed 100644
--- a/docs/committer_guide.rst
+++ b/docs/committer_guide.rst
@@ -207,7 +207,7 @@ For example
 
 .. sourcecode:: bash
 
-    ./dist/verify_checksums.sh apache-libcloud-0.13.2
+    ./dist/verify_checksums.sh apache-libcloud-3.5.0
 
 9. Updating doap_libcloud.rdf, __init__.py
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~