Repository: libcloud Updated Branches: refs/heads/trunk 7c841938a -> 84735c892
bump version to 2.2.0 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/84735c89 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/84735c89 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/84735c89 Branch: refs/heads/trunk Commit: 84735c8924f75394426e37106ed7db5070dd0071 Parents: 7c84193 Author: Anthony Shaw <[email protected]> Authored: Tue Aug 29 12:47:09 2017 +1000 Committer: Anthony Shaw <[email protected]> Committed: Tue Aug 29 12:47:09 2017 +1000 ---------------------------------------------------------------------- CHANGES.rst | 4 ++-- libcloud/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/84735c89/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index fc6aa72..92ee3df 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes in current version of Apache Libcloud ---------------------------------------------- +Changes in Apache Libcloud 2.2.0 +-------------------------------- Common ~~~~~~ http://git-wip-us.apache.org/repos/asf/libcloud/blob/84735c89/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index bf2ef2d..24d4a68 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -36,7 +36,7 @@ __all__ = [ '__version__', 'enable_debug' ] -__version__ = '2.1.0' +__version__ = '2.2.0' def enable_debug(fo):
