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 70599bf306dab0ea976af539be0d86e73b224046 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Sun Aug 6 17:41:08 2023 +0200 Prepare changes for the next 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 4f2179047..e7d68a6cb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes in Apache Libcloud in development ------------------------------------------ +Changes in Apache Libcloud 3.8.0 +-------------------------------- Compute ~~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index ba7f7d816..5a6bb9c55 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.7.1-dev' +version = '3.8.0' # The full version, including alpha/beta/rc tags. -release = '3.7.1-dev' +release = '3.8.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 87a12c844..3d3098773 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -39,7 +39,7 @@ except ImportError: __all__ = ["__version__", "enable_debug"] -__version__ = "3.7.1.dev" +__version__ = "3.8.0" def enable_debug(fo):