diff --git a/docs/changelog/2025/august.rst b/docs/changelog/2025/august.rst new file mode 100644 index 0000000..c3e9852 --- /dev/null +++ b/docs/changelog/2025/august.rst @@ -0,0 +1,18 @@ +August 2025 +========== + +August 23 - Rest v25.8 +------------------------ + + + +.. csv-table:: New Module Versions + :header: "Modules", "Version" + + ``rest.connector``, v25.8 + + + + +Changelogs +^^^^^^^^^^ diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index 4e32a59..2cba494 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -4,6 +4,7 @@ Changelog .. toctree:: :maxdepth: 2 + 2025/august 2025/july 2025/june 2025/may diff --git a/src/rest/connector/__init__.py b/src/rest/connector/__init__.py index 8e6e4a9..f787746 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.7" +__version__ = "25.8" __author__ = ['Jean-Benoit Aubin ', 'Takashi Higashimura (tahigash) ']