Skip to content

Commit eeb4eb7

Browse files
authored
Merge pull request #157 from CiscoTestAutomation/release_26.2
Release 26.2
2 parents 1430682 + 6b03dc3 commit eeb4eb7

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

docs/changelog/2026/february.rst

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

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

0 commit comments

Comments
 (0)