Skip to content

Commit

Permalink
Merge pull request #119 from CiscoTestAutomation/release_24.1
Browse files Browse the repository at this point in the history
Release 24.1
  • Loading branch information
Taarini authored Jan 31, 2024
2 parents 1c029c7 + 837fb34 commit 5cbac73
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/january.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
January 2024
==========

30 - Rest v24.1
------------------------



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

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

Expand Down

0 comments on commit 5cbac73

Please sign in to comment.