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 c1f4f055128265b36a89f4e7de5c59159aba2b77 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Sat Jun 29 10:42:24 2024 +0200 Prepare changes for v3.9.0 release. --- CHANGES.rst | 4 ++-- docs/conf.py | 4 ++-- libcloud/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7ae31240d..c53860a55 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes in Apache Libcloud in development ------------------------------------------ +Changes in Apache Libcloud 3.9.0 +-------------------------------- Common ~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index 6c01bc8c0..4852097f9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,10 +75,10 @@ html_show_sphinx = False # built documents. # # The short X.Y version. -version = "3.8.0" +version = "3.9.0" # The full version, including alpha/beta/rc tags. -release = "3.8.0" +release = "3.9.0" # 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 1f4e9c22e..8fcced395 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -39,7 +39,7 @@ except ImportError: __all__ = ["__version__", "enable_debug"] -__version__ = "3.8.1.dev" +__version__ = "3.9.0" def enable_debug(fo):