Prepare for future releases
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4720b345 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4720b345 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/4720b345 Branch: refs/heads/trunk Commit: 4720b345ac2f0881ed4598097aeb6dd448a37e47 Parents: a76341e Author: Quentin Pradet <quent...@apache.org> Authored: Thu Nov 8 19:23:15 2018 +0400 Committer: Quentin Pradet <quent...@apache.org> Committed: Thu Nov 8 19:24:55 2018 +0400 ---------------------------------------------------------------------- CHANGES.rst | 4 ++-- libcloud/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/4720b345/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index bfba2f2..57dd53c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes in current version of Apache Libcloud ---------------------------------------------- +Changes in Apache Libcloud in development +----------------------------------------- - Add loadbalancer and compute drivers for NTT-CIS, rename dimensiondata modules to NTT-CIS (GITHUB-1250) [Mitch Raful] http://git-wip-us.apache.org/repos/asf/libcloud/blob/4720b345/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index fcd9f04..4b320ed 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -38,7 +38,7 @@ __all__ = [ 'enable_debug' ] -__version__ = '2.4.0' +__version__ = '2.4.1-dev' def enable_debug(fo):