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 2020/04/04 19:38:29 UTC

[libcloud] branch trunk updated: Set version for the release.

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 72b8c43  Set version for the release.
72b8c43 is described below

commit 72b8c43fe714f8ae35209479a49f9a2099e1a82f
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Apr 4 21:22:13 2020 +0200

    Set version for the 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 c1ffaa1..09aae1d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -73,9 +73,9 @@ html_show_sphinx = False
 # built documents.
 #
 # The short X.Y version.
-version = '3.0.0-rc1'
+version = '3.0.0'
 # The full version, including alpha/beta/rc tags.
-release = '3.0.0-rc1'
+release = '3.0.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 ed5d790..b30de3b 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -46,7 +46,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '3.0.0-rc1'
+__version__ = '3.0.0'
 
 
 def enable_debug(fo):