Repository: libcloud Updated Branches: refs/heads/trunk c3f42a84f -> e68d43e89 Updated Tags: refs/tags/1.5.0-tentative [created] fe466c466
Prepare 1.5.0 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e68d43e8 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e68d43e8 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e68d43e8 Branch: refs/heads/trunk Commit: e68d43e899b784f2716e0e70e21f781c4411c0b3 Parents: c3f42a8 Author: Anthony Shaw <anthonys...@apache.org> Authored: Tue Dec 27 19:46:44 2016 +1100 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Tue Dec 27 19:46:44 2016 +1100 ---------------------------------------------------------------------- libcloud/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/e68d43e8/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 9689bb8..ecb5319 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -36,7 +36,7 @@ __all__ = [ '__version__', 'enable_debug' ] -__version__ = '1.4.0' +__version__ = '1.5.0' def enable_debug(fo):