Skip to content

Commit

Permalink
Merge pull request #89 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 0d38717 + 9631075 commit 67a34aa
Show file tree
Hide file tree
Showing 3 changed files with 33 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
31 changes: 31 additions & 0 deletions docs/changelog/2024/april.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
April 2024
===========

April 30th
-----------

.. csv-table:: Module Versions
:header: "Modules", "Versions"

``pyats.contrib``, v24.4


Install Instructions
^^^^^^^^^^^^^^^^^^^^

.. code-block:: bash
bash$ pip install pyats.contrib
Upgrade Instructions
^^^^^^^^^^^^^^^^^^^^

.. code-block:: bash
bash$ pip install --upgrade pyats.contrib
Features and Bug Fixes:
^^^^^^^^^^^^^^^^^^^^^^^

- No changes
2 changes: 1 addition & 1 deletion src/pyats/contrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
published hook/entry-point interfaces.
'''

__version__ = '24.3'
__version__ = '24.4'
__author__ = 'Cisco Systems Inc.'
__contact__ = ['[email protected]', '[email protected]']
__copyright__ = 'Copyright (c) 2020, Cisco Systems Inc.'
Expand Down

0 comments on commit 67a34aa

Please sign in to comment.