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/28 18:59:21 UTC

[libcloud] 02/02: Indicate we are now working on v2.6.1-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 0feff41370f26d2c14f7a25b5607c8b0dec1c97e
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Aug 28 20:58:57 2019 +0200

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

diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 65df878..6454cee 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -46,7 +46,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '2.6.0'
+__version__ = '2.6.1-dev'
 
 
 def enable_debug(fo):