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 0cd201464c879ab0c160902dd64921fbab4d50e3
Author: Tomaz Muraus <[email protected]>
AuthorDate: Tue Mar 8 22:38:33 2022 +0100

    Prepare changes for v3.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 779e723..f4e1f40 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-Changes in Apache Libcloud in development
------------------------------------------
+Changes in Apache Libcloud 3.5.0
+--------------------------------
 
 Common
 ~~~~~~
diff --git a/docs/conf.py b/docs/conf.py
index 638e069..114f4d8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -68,10 +68,10 @@ html_show_sphinx = False
 # built documents.
 #
 # The short X.Y version.
-version = '3.4.2-dev'
+version = '3.5.0'
 
 # The full version, including alpha/beta/rc tags.
-release = '3.4.2-dev'
+release = '3.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 bafa7e7..09e9117 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -39,7 +39,7 @@ except ImportError:
 
 __all__ = ["__version__", "enable_debug"]
 
-__version__ = "3.4.2-dev"
+__version__ = "3.5.0"
 
 
 def enable_debug(fo):

Reply via email to