From a6a1fa566e0b6feb063e198704f65baf8505417a Mon Sep 17 00:00:00 2001 From: "Ben Astell (bastell)" Date: Thu, 23 May 2024 18:09:39 -0400 Subject: [PATCH 1/2] Open branches for release_24.5 --- src/pyats/contrib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyats/contrib/__init__.py b/src/pyats/contrib/__init__.py index 8477643..abea2f6 100644 --- a/src/pyats/contrib/__init__.py +++ b/src/pyats/contrib/__init__.py @@ -11,7 +11,7 @@ published hook/entry-point interfaces. ''' -__version__ = '24.4' +__version__ = '24.5' __author__ = 'Cisco Systems Inc.' __contact__ = ['pyats-support@cisco.com', 'pyats-support-ext@cisco.com'] __copyright__ = 'Copyright (c) 2020, Cisco Systems Inc.' From ca43cfd3f0d0ba427f9000116476895ad4fb1356 Mon Sep 17 00:00:00 2001 From: Thomas Ryan Date: Mon, 27 May 2024 11:13:53 -0400 Subject: [PATCH 2/2] Releasing v24.5 --- docs/changelog/2024/may.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/changelog/2024/may.rst diff --git a/docs/changelog/2024/may.rst b/docs/changelog/2024/may.rst new file mode 100644 index 0000000..271468e --- /dev/null +++ b/docs/changelog/2024/may.rst @@ -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 \ No newline at end of file