You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/03/24 15:01:31 UTC

[libcloud] 03/04: Prepare changes for v3.5.1 release.

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 0bd4b60500ae103759c73e8c506cfd1f92673b6b
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Thu Mar 24 15:43:49 2022 +0100

    Prepare changes for v3.5.1 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 cacb2f9..5a57f57 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-Changes in Apache Libcloud in development
------------------------------------------
+Changes in Apache Libcloud 3.5.1
+--------------------------------
 
 Common
 ~~~~~~
diff --git a/docs/conf.py b/docs/conf.py
index 3e26419..200de86 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.5.1-dev'
+version = '3.5.1'
 
 # The full version, including alpha/beta/rc tags.
-release = '3.5.1-dev'
+release = '3.5.1'
 
 # 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 181a13a..282bc76 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -39,7 +39,7 @@ except ImportError:
 
 __all__ = ["__version__", "enable_debug"]
 
-__version__ = "3.5.1-dev"
+__version__ = "3.5.1"
 
 
 def enable_debug(fo):