From 93e7128bfbae70b9ea59516360352fb8f1e2fd8d Mon Sep 17 00:00:00 2001 From: omid Date: Tue, 26 May 2026 08:36:10 -0400 Subject: [PATCH 1/2] Open branches for release_26.5 --- 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 5391f4e..8a5de4f 100644 --- a/src/rest/connector/__init__.py +++ b/src/rest/connector/__init__.py @@ -2,7 +2,7 @@ the device via REST api""" # metadata -__version__ = "26.4" +__version__ = "26.5" __author__ = ['Jean-Benoit Aubin ', 'Takashi Higashimura (tahigash) '] From 6ee42a49b87e74a77867760139f05e544cf0f3f5 Mon Sep 17 00:00:00 2001 From: omid Date: Thu, 28 May 2026 09:47:29 -0400 Subject: [PATCH 2/2] Releasing v26.5 --- docs/changelog/2026/may.rst | 17 +++++++++++++++++ docs/changelog/index.rst | 1 + 2 files changed, 18 insertions(+) create mode 100644 docs/changelog/2026/may.rst diff --git a/docs/changelog/2026/may.rst b/docs/changelog/2026/may.rst new file mode 100644 index 0000000..4302d12 --- /dev/null +++ b/docs/changelog/2026/may.rst @@ -0,0 +1,17 @@ +May 2026 +========== +May 26 - Rest v26.5 +------------------------ + + + +.. csv-table:: New Module Versions + :header: "Modules", "Version" + + ``rest.connector``, v26.5 + + + + +Changelogs +^^^^^^^^^^ diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index 411fb38..b0e343f 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -4,6 +4,7 @@ Changelog .. toctree:: :maxdepth: 2 + 2026/may 2026/april 2026/march 2026/february