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/24 19:23:25 UTC

[libcloud] 01/04: Indicate we are now working on 2.9.0-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

commit 4316f12de5f65ac402aab343325ca2ccbd490264
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Tue Dec 24 19:38:09 2019 +0100

    Indicate we are now working on 2.9.0-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 82fcf33..696f176 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.8.0'
+version = '2.9.0-dev'
 # The full version, including alpha/beta/rc tags.
-release = '2.8.0'
+release = '2.9.0-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 ae6005d..49cb047 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -46,7 +46,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '2.8.0'
+__version__ = '2.9.0-dev'
 
 
 def enable_debug(fo):