Repository: libcloud Updated Branches: refs/heads/trunk 32558b522 -> ce5bdd7b4
Release 1.4.0 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ce5bdd7b Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ce5bdd7b Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ce5bdd7b Branch: refs/heads/trunk Commit: ce5bdd7b4f795af3a1fab2face8354c296ce89e4 Parents: 32558b5 Author: Anthony Shaw <[email protected]> Authored: Tue Nov 15 13:29:10 2016 +1100 Committer: Anthony Shaw <[email protected]> Committed: Tue Nov 15 13:29:10 2016 +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/ce5bdd7b/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index a56a8c7..78a4889 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,8 +2,8 @@ ========= -Changes in current version of Apache Libcloud ---------------------------------------------- +Changes in Apache Libcloud 1.4.0 +-------------------------------- Compute ~~~~~~~ http://git-wip-us.apache.org/repos/asf/libcloud/blob/ce5bdd7b/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 2b9ea96..9689bb8 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -36,7 +36,7 @@ __all__ = [ '__version__', 'enable_debug' ] -__version__ = '1.3.0' +__version__ = '1.4.0' def enable_debug(fo):
