Skip to content

Commit

Permalink
Merge pull request #90 from CiscoTestAutomation/release_24.5
Browse files Browse the repository at this point in the history
Release 24.5
  • Loading branch information
ThomasJRyan authored May 31, 2024
2 parents 67a34aa + ca43cfd commit 48e4c1a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions docs/changelog/2024/may.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
may 2024
===========

may 28th
-----------

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

``pyats.contrib``, v24.5


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.4'
__version__ = '24.5'
__author__ = 'Cisco Systems Inc.'
__contact__ = ['[email protected]', '[email protected]']
__copyright__ = 'Copyright (c) 2020, Cisco Systems Inc.'
Expand Down

0 comments on commit 48e4c1a

Please sign in to comment.