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 2017/09/21 11:13:27 UTC

libcloud git commit: Indicate we are now working on a new release.

Repository: libcloud
Updated Branches:
  refs/heads/trunk cfbe28358 -> aba6da988


Indicate we are now working on a new release.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/aba6da98
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/aba6da98
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/aba6da98

Branch: refs/heads/trunk
Commit: aba6da988967b6c6109433dffe9020c4886edd6b
Parents: cfbe283
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Thu Sep 21 13:12:45 2017 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Thu Sep 21 13:12:45 2017 +0200

----------------------------------------------------------------------
 libcloud/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/aba6da98/libcloud/__init__.py
----------------------------------------------------------------------
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index 134d047..1d53281 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -37,7 +37,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '2.2.1'
+__version__ = '2.2.2dev'
 
 
 def enable_debug(fo):