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/08/24 19:05:17 UTC

[libcloud] branch trunk updated: Set version to v2.6.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 e653b98  Set version to v2.6.0.
e653b98 is described below

commit e653b98f9d48a1f5d9e04dfca8935a3658fcff6d
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Aug 24 20:59:56 2019 +0200

    Set version to v2.6.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 9c02355..cbdcaec 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-Changes in Apache Libcloud in development
------------------------------------------
+Changes in Apache Libcloud 2.6.0
+--------------------------------
 
 General
 ~~~~~~~
diff --git a/docs/conf.py b/docs/conf.py
index 94a6b1a..93d8714 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.5.1-dev'
+version = '2.6.0'
 # The full version, including alpha/beta/rc tags.
-release = '2.5.1-dev'
+release = '2.6.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 bc6f7f5..65df878 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -46,7 +46,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '2.5.1-dev'
+__version__ = '2.6.0'
 
 
 def enable_debug(fo):