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 2019/12/23 17:57:16 UTC

[libcloud] branch trunk updated: Bump version to v2.8.0.

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 46eccd4  Bump version to v2.8.0.
46eccd4 is described below

commit 46eccd42c86e8ec902fee2164bb3c727e4dbe449
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Dec 23 18:52:13 2019 +0100

    Bump version to v2.8.0.
---
 CHANGES.rst          | 4 ++--
 docs/conf.py         | 4 ++--
 libcloud/__init__.py | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 20a9553..87c97f6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-Changes in Apache Libcloud in development
------------------------------------------
+Changes in Apache Libcloud v2.8.0
+---------------------------------
 
 Common
 ------
diff --git a/docs/conf.py b/docs/conf.py
index a8017cb..82fcf33 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 = '2.7.0'
+version = '2.8.0'
 # The full version, including alpha/beta/rc tags.
-release = '2.6.0'
+release = '2.8.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 d3253fd..ae6005d 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -46,7 +46,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '2.8.0-dev'
+__version__ = '2.8.0'
 
 
 def enable_debug(fo):