Skip to content

Commit 5fb1b68

Browse files
authored
Merge pull request #151 from CiscoTestAutomation/release_25.7
Release 25.7
2 parents 0574382 + e6f6858 commit 5fb1b68

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ['3.9', '3.10', '3.11', '3.12']
17+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1818

1919
steps:
2020
- uses: actions/checkout@v2

docs/changelog/2025/july.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
July 2025
2+
==========
3+
4+
July 29 - Rest v25.7
5+
------------------------
6+
7+
8+
9+
.. csv-table:: New Module Versions
10+
:header: "Modules", "Version"
11+
12+
``rest.connector``, v25.7
13+
14+
15+
16+
17+
Changelogs
18+
^^^^^^^^^^

docs/changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
.. toctree::
55
:maxdepth: 2
66

7+
2025/july
78
2025/june
89
2025/may
910
2025/april

src/rest/connector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
the device via REST api"""
33

44
# metadata
5-
__version__ = "25.6"
5+
__version__ = "25.7"
66
__author__ = ['Jean-Benoit Aubin <jeaubin@cisco.com>',
77
'Takashi Higashimura (tahigash) <tahigash@cisco.com>']
88

0 commit comments

Comments
 (0)