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 5a6d168ef393516ba330d85fbf02183d7ae4016d Author: Tomaz Muraus <[email protected]> AuthorDate: Sun Dec 27 22:21:36 2020 +0100 Add changes for v3.3.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 9f852e5..5e8537e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changelog ========= -Changes in Apache Libcloud in development ------------------------------------------ +Changes in Apache Libcloud 3.3.0 +-------------------------------- Common ~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index a3de322..fa1885e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,9 +68,9 @@ html_show_sphinx = False # built documents. # # The short X.Y version. -version = '3.2.0' +version = '3.3.0' # The full version, including alpha/beta/rc tags. -release = '3.2.0' +release = '3.3.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 1953651..66bbfb3 100644 --- a/libcloud/__init__.py +++ b/libcloud/__init__.py @@ -41,7 +41,7 @@ __all__ = [ 'enable_debug' ] -__version__ = '3.2.0' +__version__ = '3.3.0' def enable_debug(fo):
