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 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) ']