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 2021/11/15 15:34:37 UTC

[libcloud] 02/03: Update version to indicate we are developing 3.4.2.

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 191e0e90aca54e94cdc4ed932ef32b94690a4342
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Nov 15 16:33:03 2021 +0100

    Update version to indicate we are developing 3.4.2.
---
 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 f26cd6e..638e069 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.4.0'
+version = '3.4.2-dev'
 
 # The full version, including alpha/beta/rc tags.
-release = '3.4.0'
+release = '3.4.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 a840946..77cae8a 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -41,7 +41,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '3.4.0'
+__version__ = '3.4.2-dev'
 
 
 def enable_debug(fo):