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 2023/01/08 12:08:07 UTC

[libcloud] branch trunk updated: Update doap file, prepare changes for a future 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


The following commit(s) were added to refs/heads/trunk by this push:
     new 07a4c0bd2 Update doap file, prepare changes for a future release.
07a4c0bd2 is described below

commit 07a4c0bd2327bb19f1f9aa042f52744f24699cb5
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Jan 8 13:07:25 2023 +0100

    Update doap file, prepare changes for a future release.
---
 CHANGES.rst          | 3 +++
 doap_libcloud.rdf    | 7 +++++++
 docs/conf.py         | 4 ++--
 libcloud/__init__.py | 2 +-
 4 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 9da828aa2..cffa85632 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,9 @@
 Changelog
 =========
 
+Changes in Apache Libcloud in development
+-----------------------------------------
+
 Changes in Apache Libcloud 3.7.0
 --------------------------------
 
diff --git a/doap_libcloud.rdf b/doap_libcloud.rdf
index fed66975c..15dc84694 100644
--- a/doap_libcloud.rdf
+++ b/doap_libcloud.rdf
@@ -525,6 +525,13 @@
         <revision>v3.6.1</revision>
       </Version>
   </release>
+  <release>
+      <Version>
+        <name>3.7.0</name>
+        <created>2023-01-08</created>
+        <revision>v3.7.0</revision>
+      </Version>
+  </release>
 
   <repository>
       <SVNRepository>
diff --git a/docs/conf.py b/docs/conf.py
index a61343abc..4ec8381fc 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.7.0'
+version = '3.7.1-dev'
 
 # The full version, including alpha/beta/rc tags.
-release = '3.7.0'
+release = '3.7.1-dev'
 
 # 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 0f8781689..c101147d4 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -39,7 +39,7 @@ except ImportError:
 
 __all__ = ["__version__", "enable_debug"]
 
-__version__ = "3.7.0"
+__version__ = "3.7.1-dev"
 
 
 def enable_debug(fo):