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