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 dafa3b78127ad30dc8fc593ee1e00a6eab99a8cb
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sun Jun 7 14:08:23 2020 +0200

    Bump version.
---
 docs/conf.py         | 4 ++--
 libcloud/__init__.py | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index cbc1b77..ca4e9c4 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.2'
+version = '2.8.3'
 # The full version, including alpha/beta/rc tags.
-release = '2.8.2'
+release = '2.8.3'
 
 # 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 7a8550c..0e57a8e 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -46,7 +46,7 @@ __all__ = [
     'enable_debug'
 ]
 
-__version__ = '2.8.2'
+__version__ = '2.8.3'
 
 
 def enable_debug(fo):

Reply via email to