We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01526a9 + 4fd8272 commit 48d405cCopy full SHA for 48d405c
docs/changelog/2024/September.rst
@@ -0,0 +1,18 @@
1
+September 2024
2
+==========
3
+
4
+September 24 - Rest v24.9
5
+------------------------
6
7
8
9
+.. csv-table:: New Module Versions
10
+ :header: "Modules", "Version"
11
12
+ ``rest.connector``, v24.9
13
14
15
16
17
+Changelogs
18
+^^^^^^^^^^
docs/changelog/index.rst
@@ -4,6 +4,7 @@ Changelog
.. toctree::
:maxdepth: 2
+ 2024/September
2024/august
2024/july
2024/june
src/rest/connector/__init__.py
@@ -2,7 +2,7 @@
the device via REST api"""
# metadata
-__version__ = '24.8'
+__version__ = '24.9'
__author__ = ['Jean-Benoit Aubin <jeaubin@cisco.com>',
'Takashi Higashimura (tahigash) <tahigash@cisco.com>']
0 commit comments