Repository: libcloud Updated Branches: refs/heads/trunk 7234a29b0 -> 0f831f561
Prepare 2.0.0rc1 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/09fb5b49 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/09fb5b49 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/09fb5b49 Branch: refs/heads/trunk Commit: 09fb5b49ec4103510fe6140b6ccbd60005b5f749 Parents: 7234a29 Author: Anthony Shaw <anthonys...@apache.org> Authored: Fri Jan 13 18:26:32 2017 +1100 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Fri Jan 13 18:26:32 2017 +1100 ---------------------------------------------------------------------- CHANGES.rst | 4 ++-- libcloud/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/09fb5b49/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 7c23358..ee6f70d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes in current version of Apache Libcloud ---------------------------------------------- +Changes Apache Libcloud 2.0.0rc1 +-------------------------------- Common ~~~~~~ http://git-wip-us.apache.org/repos/asf/libcloud/blob/09fb5b49/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 473b6fb..776950a 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -36,7 +36,7 @@ __all__ = [ '__version__', 'enable_debug' ] -__version__ = '1.5.0' +__version__ = '2.0.0rc1' def enable_debug(fo):