diff --git a/docs/changelog/2025/october.rst b/docs/changelog/2025/october.rst new file mode 100644 index 0000000..c389f35 --- /dev/null +++ b/docs/changelog/2025/october.rst @@ -0,0 +1,18 @@ +October 2025 +========== + +October 28 - Rest v25.10 +------------------------ + + + +.. csv-table:: New Module Versions + :header: "Modules", "Version" + + ``rest.connector``, v25.10 + + + + +Changelogs +^^^^^^^^^^ diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index b8612b1..ec7e6f6 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -4,6 +4,7 @@ Changelog .. toctree:: :maxdepth: 2 + 2025/october 2025/september 2025/august 2025/july diff --git a/src/rest/connector/__init__.py b/src/rest/connector/__init__.py index b081316..5471b51 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.9" +__version__ = "25.10" __author__ = ['Jean-Benoit Aubin ', 'Takashi Higashimura (tahigash) ']