From 8a58f8c89bdab50d602308ff535bead46a345e2b Mon Sep 17 00:00:00 2001 From: Thomas Ryan Date: Tue, 22 Oct 2024 10:37:29 -0400 Subject: [PATCH 1/2] Open branches for release_24.10 --- src/rest/connector/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest/connector/__init__.py b/src/rest/connector/__init__.py index 976ed8b..3a90013 100644 --- a/src/rest/connector/__init__.py +++ b/src/rest/connector/__init__.py @@ -2,7 +2,7 @@ the device via REST api""" # metadata -__version__ = '24.9' +__version__ = '24.10' __author__ = ['Jean-Benoit Aubin ', 'Takashi Higashimura (tahigash) '] From ac209268e0697d34c3b6eff29470336b0692666e Mon Sep 17 00:00:00 2001 From: Thomas Ryan Date: Tue, 22 Oct 2024 13:38:55 -0400 Subject: [PATCH 2/2] Releasing v24.10 --- docs/changelog/2024/october.rst | 18 ++++++++++++++++++ docs/changelog/index.rst | 1 + 2 files changed, 19 insertions(+) create mode 100644 docs/changelog/2024/october.rst diff --git a/docs/changelog/2024/october.rst b/docs/changelog/2024/october.rst new file mode 100644 index 0000000..670d1a7 --- /dev/null +++ b/docs/changelog/2024/october.rst @@ -0,0 +1,18 @@ +October 2024 +========== + +October 29 - Rest v24.10 +------------------------ + + + +.. csv-table:: New Module Versions + :header: "Modules", "Version" + + ``rest.connector``, v24.10 + + + + +Changelogs +^^^^^^^^^^ diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index 5d52127..f7717ba 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -4,6 +4,7 @@ Changelog .. toctree:: :maxdepth: 2 + 2024/october 2024/September 2024/august 2024/july