Skip to content

Commit f6cd9bb

Browse files
authored
Merge pull request #125 from CiscoTestAutomation/release_24.4
Release 24.4
2 parents c592ced + 1bddb6e commit f6cd9bb

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ['3.7', '3.8', '3.9', '3.10']
17+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1818

1919
steps:
2020
- uses: actions/checkout@v2

docs/changelog/2024/april.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
April 2024
2+
==========
3+
4+
- Rest v24.4
5+
------------------------
6+
7+
8+
9+
+-------------------------------+-------------------------------+
10+
| Module | Versions |
11+
+===============================+===============================+
12+
| ``rest.connector `` | 24.4 |
13+
+-------------------------------+-------------------------------+
14+
15+
Upgrade Instructions
16+
^^^^^^^^^^^^^^^^^^^^
17+
18+
.. code-block:: bash
19+
20+
pip install --upgrade rest.connector
21+
22+
23+
24+
25+
Changelogs
26+
^^^^^^^^^^

docs/changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
.. toctree::
55
:maxdepth: 2
66

7+
2024/april
78
2024/march
89
2024/february
910
2024/january

src/rest/connector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
the device via REST api"""
33

44
# metadata
5-
__version__ = '24.3'
5+
__version__ = '24.4'
66
__author__ = ['Jean-Benoit Aubin <jeaubin@cisco.com>',
77
'Takashi Higashimura (tahigash) <tahigash@cisco.com>']
88

0 commit comments

Comments
 (0)