Skip to content

Commit

Permalink
Merge pull request #121 from CiscoTestAutomation/release_24.2
Browse files Browse the repository at this point in the history
Release 24.2
  • Loading branch information
lsheikal authored Feb 27, 2024
2 parents 26459a1 + 94d9890 commit 2480361
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/february.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
February 2024
==========

February 27 - Rest v24.2
------------------------



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

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/february
2024/january
2023/november
2023/october
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.1'
__version__ = '24.2'
__author__ = ['Jean-Benoit Aubin <jeaubin@cisco.com>',
'Takashi Higashimura (tahigash) <tahigash@cisco.com>']

Expand Down

0 comments on commit 2480361

Please sign in to comment.