Skip to content

Commit

Permalink
Merge pull request #136 from CiscoTestAutomation/release_24.11
Browse files Browse the repository at this point in the history
Release 24.11
  • Loading branch information
lsheikal authored Nov 27, 2024
2 parents b289e2d + c05918e commit 7b72c47
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
26 changes: 26 additions & 0 deletions docs/changelog/2024/november.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
November 2024
==========

November 26 - Rest v24.11
------------------------



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

``rest.connector``, v24.11




Changelogs
^^^^^^^^^^
--------------------------------------------------------------------------------
New
--------------------------------------------------------------------------------

* connector
* Add ISE connector base implementation


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

2024/november
2024/october
2024/September
2024/august
Expand Down
5 changes: 0 additions & 5 deletions docs/changelog/undistributed/changelog_ise_20240711163922.rst

This file was deleted.

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__ = '24.10'
__version__ = '24.11'
__author__ = ['Jean-Benoit Aubin <jeaubin@cisco.com>',
'Takashi Higashimura (tahigash) <tahigash@cisco.com>']

Expand Down

0 comments on commit 7b72c47

Please sign in to comment.