diff --git a/docs/changelog/2024/august.rst b/docs/changelog/2024/august.rst new file mode 100644 index 0000000..3ec3699 --- /dev/null +++ b/docs/changelog/2024/august.rst @@ -0,0 +1,31 @@ +August 2024 +=========== + +August 27th +----------- + +.. csv-table:: Module Versions + :header: "Modules", "Versions" + + ``pyats.contrib``, v24.8 + + +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 diff --git a/src/pyats/contrib/__init__.py b/src/pyats/contrib/__init__.py index 7b99be2..5acf229 100644 --- a/src/pyats/contrib/__init__.py +++ b/src/pyats/contrib/__init__.py @@ -11,7 +11,7 @@ published hook/entry-point interfaces. ''' -__version__ = '24.7' +__version__ = '24.8' __author__ = 'Cisco Systems Inc.' __contact__ = ['pyats-support@cisco.com', 'pyats-support-ext@cisco.com'] __copyright__ = 'Copyright (c) 2020, Cisco Systems Inc.'