Skip to content

Commit bdf3c98

Browse files
authored
Merge pull request #159 from CiscoTestAutomation/release_26.3
Release 26.3
2 parents 2005fdf + a07e344 commit bdf3c98

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

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

1919
steps:
2020
- uses: actions/checkout@v2
@@ -30,5 +30,5 @@ jobs:
3030
- name: Test Unit Tests
3131
run: |
3232
make develop
33-
cd tests
33+
cd src/rest/connector/tests
3434
python -m unittest

docs/changelog/2026/march.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
March 2026
2+
==========
3+
4+
March 31 - Rest v26.3
5+
------------------------
6+
7+
8+
9+
.. csv-table:: New Module Versions
10+
:header: "Modules", "Version"
11+
12+
``rest.connector``, v26.3
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+
2026/march
78
2026/february
89
2026/january
910
2025/december

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__ = "26.2"
5+
__version__ = "26.3"
66
__author__ = ['Jean-Benoit Aubin <jeaubin@cisco.com>',
77
'Takashi Higashimura (tahigash) <tahigash@cisco.com>']
88

0 commit comments

Comments
 (0)