You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/03/11 20:59:27 UTC

[libcloud] 02/03: Indicate we are now working on v3.5.1-dev.

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 88928058dcf06f6d355365a875a9c05766bb8158
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Mar 11 21:52:46 2022 +0100

    Indicate we are now working on v3.5.1-dev.
---
 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 114f4d8..3e26419 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.0'
+version = '3.5.1-dev'
 
 # The full version, including alpha/beta/rc tags.
-release = '3.5.0'
+release = '3.5.1-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 09e9117..181a13a 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -39,7 +39,7 @@ except ImportError:
 
 __all__ = ["__version__", "enable_debug"]
 
-__version__ = "3.5.0"
+__version__ = "3.5.1-dev"
 
 
 def enable_debug(fo):