Repository: libcloud Updated Branches: refs/heads/trunk 2b3beeff2 -> 167f24b3f
Update to semver Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/9a7a0c47 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/9a7a0c47 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/9a7a0c47 Branch: refs/heads/trunk Commit: 9a7a0c47f2d887852b9e775631a3e8aba16042f5 Parents: 7bd33a6 Author: [email protected] <[email protected]> Authored: Tue Jan 26 08:35:22 2016 +1100 Committer: [email protected] <[email protected]> Committed: Tue Jan 26 08:35:22 2016 +1100 ---------------------------------------------------------------------- libcloud/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/9a7a0c47/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 8e3afba..3ed520d 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-pre1' +__version__ = '1.0.0-pre1' import os import codecs
