Skip to content

Commit

Permalink
Merge pull request #125 from CiscoTestAutomation/release_24.4
Browse files Browse the repository at this point in the history
Release 24.4
  • Loading branch information
Taarini authored May 7, 2024
2 parents c592ced + 1bddb6e commit f6cd9bb
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down
26 changes: 26 additions & 0 deletions docs/changelog/2024/april.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
April 2024
==========

- Rest v24.4
------------------------



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

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/april
2024/march
2024/february
2024/january
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.3'
__version__ = '24.4'
__author__ = ['Jean-Benoit Aubin <jeaubin@cisco.com>',
'Takashi Higashimura (tahigash) <tahigash@cisco.com>']

Expand Down

0 comments on commit f6cd9bb

Please sign in to comment.