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/21 21:53:15 UTC

[libcloud] 02/02: Indicate we are working on v2.8.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 b8b28552f4a03563e293293e534134443b351fb2
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Dec 21 22:41:39 2019 +0100

    Indicate we are working on v2.8.0-dev.
---
 libcloud/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 998d3d7..d3253fd 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -46,7 +46,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '2.7.0'
+__version__ = '2.8.0-dev'
 
 
 def enable_debug(fo):