Repository: libcloud Updated Branches: refs/heads/trunk 5d9540b48 -> fccf34823
Bump version to 0.19.0 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fccf3482 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fccf3482 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/fccf3482 Branch: refs/heads/trunk Commit: fccf348234ed77ac1fad2ae3740506584581d6eb Parents: 5d9540b Author: Eric Johnson <erjoh...@google.com> Authored: Mon Oct 19 16:44:19 2015 +0000 Committer: Eric Johnson <erjoh...@google.com> Committed: Mon Oct 19 16:44:19 2015 +0000 ---------------------------------------------------------------------- CHANGES.rst | 4 ++-- libcloud/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/fccf3482/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index a7cdca6..e1a9b3d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes with Apache Libcloud in development -------------------------------------------- +Changes with Apache Libcloud 0.19.0 +----------------------------------- General ~~~~~~~ http://git-wip-us.apache.org/repos/asf/libcloud/blob/fccf3482/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 0cae941..3b690ea 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -20,7 +20,7 @@ libcloud provides a unified interface to the cloud computing resources. """ __all__ = ['__version__', 'enable_debug'] -__version__ = '0.18.0' +__version__ = '0.19.0' import os import codecs