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
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v2
Expand Down
18 changes: 18 additions & 0 deletions docs/changelog/2025/july.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
July 2025
==========

July 29 - Rest v25.7
------------------------



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

``rest.connector``, v25.7




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/july
2025/june
2025/may
2025/april
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.6"
__version__ = "25.7"
__author__ = ['Jean-Benoit Aubin <[email protected]>',
'Takashi Higashimura (tahigash) <[email protected]>']

Expand Down