Skip to content

Commit

Permalink
Merge pull request #133 from CiscoTestAutomation/release_24.8
Browse files Browse the repository at this point in the history
Release 24.8
  • Loading branch information
domachad authored Sep 4, 2024
2 parents 696d77d + 7a62206 commit 01526a9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
26 changes: 26 additions & 0 deletions docs/changelog/2024/august.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
August 2024
==========

August 27 - Rest v24.8
------------------------



+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``rest.connector `` | 24.8 |
+-------------------------------+-------------------------------+

Upgrade Instructions
^^^^^^^^^^^^^^^^^^^^

.. code-block:: bash
pip install --upgrade rest.connector
Changelogs
^^^^^^^^^^
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/august
2024/july
2024/june
2024/may
Expand Down
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.7'
__version__ = '24.8'
__author__ = ['Jean-Benoit Aubin <[email protected]>',
'Takashi Higashimura (tahigash) <[email protected]>']

Expand Down

0 comments on commit 01526a9

Please sign in to comment.