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/05/27 09:58:53 UTC

[libcloud] branch trunk updated: Indicate we are now working on v3.6.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


The following commit(s) were added to refs/heads/trunk by this push:
     new 5eef11e2d Indicate we are now working on v3.6.1-dev.
5eef11e2d is described below

commit 5eef11e2d2a157557934f5667daaf5e6065ab628
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri May 27 11:58:37 2022 +0200

    Indicate we are now working on v3.6.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 aa3ee20b3..4131c62eb 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.6.0'
+version = '3.6.1-dev'
 
 # The full version, including alpha/beta/rc tags.
-release = '3.6.0'
+release = '3.6.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 1dbd3c337..7948408e9 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -39,7 +39,7 @@ except ImportError:
 
 __all__ = ["__version__", "enable_debug"]
 
-__version__ = "3.6.0"
+__version__ = "3.6.1-dev"
 
 
 def enable_debug(fo):