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 303d955298dac5cd8a4fe2d92195350e332db516 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Wed Mar 30 19:55:46 2022 +0200 Prepare changes for a future release. --- 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 200de86..14e3ff9 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.1' +version = '3.5.2-dev' # The full version, including alpha/beta/rc tags. -release = '3.5.1' +release = '3.5.2-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 282bc76..77ea104 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -39,7 +39,7 @@ except ImportError: __all__ = ["__version__", "enable_debug"] -__version__ = "3.5.1" +__version__ = "3.5.2-dev" def enable_debug(fo):