Repository: libcloud Updated Branches: refs/heads/requests 2519c34d7 -> f2da35957
Update package ver for branched package Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f2da3595 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f2da3595 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f2da3595 Branch: refs/heads/requests Commit: f2da35957ecfef762036a40765d5b3bd43481430 Parents: 2519c34 Author: anthony-shaw <anthony.p.s...@gmail.com> Authored: Tue Apr 5 21:20:11 2016 +1000 Committer: anthony-shaw <anthony.p.s...@gmail.com> Committed: Tue Apr 5 21:20:11 2016 +1000 ---------------------------------------------------------------------- libcloud/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/f2da3595/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 256c39c..048f599 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__ = '1.0.0-pre1' +__version__ = '1.0.0-rc2-requests' import os import codecs