This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch 2.8.x in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 3086851e1c7f5838cd9c0fb42a31bdf08b6f9706 Author: Tomaz Muraus <[email protected]> AuthorDate: Sat Apr 4 22:39:59 2020 +0200 Update changelog, set version. --- 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 3e1815c..71bba58 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes in Apache Libcloud v2.8.2 - in development --------------------------------------------------- +Changes in Apache Libcloud v2.8.2 +--------------------------------- Compute ~~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index b658420..cbc1b77 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.8.1' +version = '2.8.2' # The full version, including alpha/beta/rc tags. -release = '2.8.1' +release = '2.8.2' # 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 62382b9..7a8550c 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -46,7 +46,7 @@ __all__ = [ 'enable_debug' ] -__version__ = '2.8.1' +__version__ = '2.8.2' def enable_debug(fo):
