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

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

commit 4893b914d3c56e881978ddc867d65dce776706cb
Author: Miguel Caballer <[email protected]>
AuthorDate: Fri Jul 31 13:40:00 2026 +0200

    Set new version number to 4.0.0
---
 CHANGES.rst            | 2 +-
 docs/upgrade_notes.rst | 2 +-
 libcloud/__init__.py   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index f1538e877..5d9efa491 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-Changes in Apache Libcloud 3.9.2
+Changes in Apache Libcloud 4.0.0
 --------------------------------
 
 Common
diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst
index 1214f07d4..4a8f22814 100644
--- a/docs/upgrade_notes.rst
+++ b/docs/upgrade_notes.rst
@@ -5,7 +5,7 @@ This page describes how to upgrade from a previous version to a 
new version
 which contains backward incompatible or semi-incompatible changes and how to
 preserve the old behavior when this is possible.
 
-Libcloud 3.9.2
+Libcloud 4.0.0
 --------------
 
 Compute driver implementations now use the same argument order and optionality
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 56f5a63f7..ba9be95dc 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -39,7 +39,7 @@ except ImportError:
 
 __all__ = ["__version__", "enable_debug"]
 
-__version__ = "3.9.2.dev0"
+__version__ = "4.0.0.dev0"
 
 
 def enable_debug(fo):

Reply via email to