Repository: libcloud Updated Branches: refs/heads/trunk 9c1417ea9 -> 6dce592b0
release tag for 1.3.0 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6dce592b Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6dce592b Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6dce592b Branch: refs/heads/trunk Commit: 6dce592b072ec6dc98147e5fd06f7cc1e1fb9c96 Parents: 9c1417e Author: Anthony Shaw <anthonys...@apache.org> Authored: Mon Oct 10 20:49:54 2016 +1100 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Mon Oct 10 20:49:54 2016 +1100 ---------------------------------------------------------------------- libcloud/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6dce592b/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 753b639..2b9ea96 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -36,7 +36,7 @@ __all__ = [ '__version__', 'enable_debug' ] -__version__ = '1.2.1' +__version__ = '1.3.0' def enable_debug(fo):