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 35d9190bcb5e77d548b7e1aa3a01549afe0d8a03 Author: Tomaz Muraus <[email protected]> AuthorDate: Sat Jun 6 23:02:22 2020 +0200 Update changelog and version string. --- 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 7fb2ffb..75b28aa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes in Apache Libcloud in development ------------------------------------------ +Changes in Apache Libcloud 3.1.0 +-------------------------------- Compute ~~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index 09aae1d..181b06b 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 = '3.0.0' +version = '3.1.0' # The full version, including alpha/beta/rc tags. -release = '3.0.0' +release = '3.1.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 b30de3b..a30e546 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -46,7 +46,7 @@ __all__ = [ 'enable_debug' ] -__version__ = '3.0.0' +__version__ = '3.1.0' def enable_debug(fo):
