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

micafer pushed a commit to branch new_rel_3.9.1
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 5ed9b93d02cf31ac1cee72145a3891d3e36bc897
Author: Miguel Caballer <[email protected]>
AuthorDate: Tue Apr 21 09:19:01 2026 +0200

    Prepare release 3.9.1
---
 doap_libcloud.rdf    | 7 +++++++
 libcloud/__init__.py | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/doap_libcloud.rdf b/doap_libcloud.rdf
index 66c46aea1..8fc39327d 100644
--- a/doap_libcloud.rdf
+++ b/doap_libcloud.rdf
@@ -546,6 +546,13 @@
         <revision>v3.9.0</revision>
       </Version>
   </release>
+  <release>
+      <Version>
+        <name>3.9.1</name>
+        <created>2026-04-16</created>
+        <revision>v3.9.1</revision>
+      </Version>
+  </release>
 
   <repository>
       <SVNRepository>
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 0b04c4a75..56f5a63f7 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -39,7 +39,7 @@ except ImportError:
 
 __all__ = ["__version__", "enable_debug"]
 
-__version__ = "3.9.1.dev0"
+__version__ = "3.9.2.dev0"
 
 
 def enable_debug(fo):

Reply via email to