Repository: libcloud Updated Branches: refs/heads/trunk 933785b1c -> fd02006e6
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/fd02006e Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fd02006e Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/fd02006e Branch: refs/heads/trunk Commit: fd02006e651459a938f3d9c2bdf204837500769e Parents: 933785b Author: Tomaz Muraus <[email protected]> Authored: Sun Nov 8 22:13:58 2015 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Nov 8 22:13:58 2015 +0100 ---------------------------------------------------------------------- libcloud/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/fd02006e/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 9094a21..be28aa8 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -20,7 +20,7 @@ libcloud provides a unified interface to the cloud computing resources. """ __all__ = ['__version__', 'enable_debug'] -__version__ = '0.19.0' +__version__ = '0.19.1-dev' import os import codecs
