Repository: libcloud Updated Branches: refs/heads/trunk 112f15833 -> 8723cc205
Prepare release 2.4.0 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8723cc20 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8723cc20 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8723cc20 Branch: refs/heads/trunk Commit: 8723cc205ffc73ad66d4caa00b535f04cb4cbc0b Parents: 112f158 Author: Quentin Pradet <[email protected]> Authored: Sat Oct 27 09:19:16 2018 +0400 Committer: Quentin Pradet <[email protected]> Committed: Sat Oct 27 09:23:02 2018 +0400 ---------------------------------------------------------------------- CHANGES.rst | 5 ++++- docs/conf.py | 4 ++-- libcloud/__init__.py | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/8723cc20/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index d33f0b4..cc2fd4d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,12 @@ Changelog ========= -Changes in Apache Libcloud in development +Changes in Apache Libcloud 2.4.0 ----------------------------------------- +- Refuse installation with Python 2.6 and Python 3.3 (support was + already dropped in Libcloud 2.3.0) + - Support Python 3.7 (GITHUB-1227, GITHUB-1236) [Andreas Hasenack, Andrew Starr-Bochicchio, Quentin Pradet] http://git-wip-us.apache.org/repos/asf/libcloud/blob/8723cc20/docs/conf.py ---------------------------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index 6e71dca..4fea7bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,9 +73,9 @@ html_show_sphinx = False # built documents. # # The short X.Y version. -version = '2.3.0' +version = '2.4.0' # The full version, including alpha/beta/rc tags. -release = '2.3..0-dev' +release = '2.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. http://git-wip-us.apache.org/repos/asf/libcloud/blob/8723cc20/libcloud/__init__.py ---------------------------------------------------------------------- diff --git a/libcloud/__init__.py b/libcloud/__init__.py index 099b4c4..fcd9f04 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -38,7 +38,7 @@ __all__ = [ 'enable_debug' ] -__version__ = '2.3.0' +__version__ = '2.4.0' def enable_debug(fo):
