This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 51fe8e7564d75a84d06268529855d0d20406ccf8 Author: Tomaz Muraus <[email protected]> AuthorDate: Tue May 28 22:35:09 2019 +0200 Update version for v2.5.0 release. --- CHANGES.rst | 4 ++-- docs/conf.py | 4 ++-- libcloud/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2e72c55..88dba31 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes in Apache Libcloud in development ------------------------------------------ +Changes in Apache Libcloud 2.5.0 +-------------------------------- General ~~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index 4fea7bb..e3457fd 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.4.0' +version = '2.5.0' # The full version, including alpha/beta/rc tags. -release = '2.4.0' +release = '2.5.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/libcloud/__init__.py b/libcloud/__init__.py index e1c4064..412de83 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -40,7 +40,7 @@ __all__ = [ 'enable_debug' ] -__version__ = '2.4.1-dev' +__version__ = '2.5.0' def enable_debug(fo):
