Skip to content

Commit 1b262b8

Browse files
authored
Merge pull request #148 from CiscoTestAutomation/release_25.4
Release 25.4
2 parents 51efb42 + 26f2507 commit 1b262b8

File tree

4 files changed

+29
-7
lines changed

4 files changed

+29
-7
lines changed

docs/changelog/2025/april.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
April 2025
2+
==========
3+
4+
April 29 - Rest v25.4
5+
------------------------
6+
7+
8+
9+
.. csv-table:: New Module Versions
10+
:header: "Modules", "Version"
11+
12+
``rest.connector``, v25.4
13+
14+
15+
16+
17+
Changelogs
18+
^^^^^^^^^^
19+
--------------------------------------------------------------------------------
20+
New
21+
--------------------------------------------------------------------------------
22+
23+
* ise
24+
* Modified connect
25+
* added better logging for ise.
26+
27+

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/april
78
2025/march
89
2025/february
910
2025/january

docs/changelog/undistributed/changelogs_lsheikal_rest_logging_20250327190128.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

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.3'
5+
__version__ = '25.4'
66
__author__ = ['Jean-Benoit Aubin <[email protected]>',
77
'Takashi Higashimura (tahigash) <[email protected]>']
88

0 commit comments

Comments
 (0)