From df19fd48812f7f3c34a7e560c20158b74fedda64 Mon Sep 17 00:00:00 2001 From: Aravindhan Radhakrishnan Date: Tue, 23 Jun 2026 12:02:02 +0530 Subject: [PATCH 1/2] Open branches for release_26.6 --- 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 8a5de4f..50dd977 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.5" +__version__ = "26.6" __author__ = ['Jean-Benoit Aubin ', 'Takashi Higashimura (tahigash) '] From eaa337130e17b46860b8c73180bed6d1482ffe89 Mon Sep 17 00:00:00 2001 From: Aravindhan Radhakrishnan Date: Wed, 24 Jun 2026 14:08:54 +0530 Subject: [PATCH 2/2] Releasing v26.6 --- docs/changelog/2026/june.rst | 18 ++++++++++++++++++ docs/changelog/index.rst | 1 + 2 files changed, 19 insertions(+) create mode 100644 docs/changelog/2026/june.rst diff --git a/docs/changelog/2026/june.rst b/docs/changelog/2026/june.rst new file mode 100644 index 0000000..17a0cc4 --- /dev/null +++ b/docs/changelog/2026/june.rst @@ -0,0 +1,18 @@ +June 2026 +========== + +June 30 - Rest v26.6 +------------------------ + + + +.. csv-table:: New Module Versions + :header: "Modules", "Version" + + ``rest.connector``, v26.6 + + + + +Changelogs +^^^^^^^^^^ \ No newline at end of file diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index b0e343f..0da8eed 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -4,6 +4,7 @@ Changelog .. toctree:: :maxdepth: 2 + 2026/june 2026/may 2026/april 2026/march