diff --git a/docs/changelog/2025/may.rst b/docs/changelog/2025/may.rst new file mode 100644 index 0000000..6c530bd --- /dev/null +++ b/docs/changelog/2025/may.rst @@ -0,0 +1,18 @@ +May 2025 +========== + + - Rest v25.5 +------------------------ + + + +.. csv-table:: New Module Versions + :header: "Modules", "Version" + + ``rest.connector``, v25.5 + + + + +Changelogs +^^^^^^^^^^ diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index 622acba..718dd2a 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -4,6 +4,7 @@ Changelog .. toctree:: :maxdepth: 2 + 2025/may 2025/april 2025/march 2025/february diff --git a/src/rest/connector/__init__.py b/src/rest/connector/__init__.py index 9f87b5a..5308c11 100644 --- a/src/rest/connector/__init__.py +++ b/src/rest/connector/__init__.py @@ -2,7 +2,7 @@ the device via REST api""" # metadata -__version__ = '25.4' +__version__ = "25.5" __author__ = ['Jean-Benoit Aubin ', 'Takashi Higashimura (tahigash) ']