Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/changelog/2025/august.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
August 2025
==========

August 23 - Rest v25.8
------------------------



.. csv-table:: New Module Versions
:header: "Modules", "Version"

``rest.connector``, v25.8




Changelogs
^^^^^^^^^^
1 change: 1 addition & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
.. toctree::
:maxdepth: 2

2025/august
2025/july
2025/june
2025/may
Expand Down
2 changes: 1 addition & 1 deletion src/rest/connector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
the device via REST api"""

# metadata
__version__ = "25.7"
__version__ = "25.8"
__author__ = ['Jean-Benoit Aubin <[email protected]>',
'Takashi Higashimura (tahigash) <[email protected]>']

Expand Down