Skip to content

Commit

Permalink
Merge pull request #141 from CiscoTestAutomation/release_24.7
Browse files Browse the repository at this point in the history
Release 24.7
  • Loading branch information
lsheikal authored Aug 1, 2024
2 parents b9fcf1a + 28ec774 commit 7e0961e
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 8 deletions.
26 changes: 26 additions & 0 deletions connector/docs/changelog/2024/july.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
July 2024
==========

July 30 - Yang v24.7
------------------------



+-------------------------------+-------------------------------+
| Module | Versions |
+===============================+===============================+
| ``yang.connector `` | 24.7 |
+-------------------------------+-------------------------------+

Upgrade Instructions
^^^^^^^^^^^^^^^^^^^^

.. code-block:: bash
pip install --upgrade yang.connector
Changelogs
^^^^^^^^^^
1 change: 1 addition & 0 deletions connector/docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
.. toctree::
:maxdepth: 2

2024/july
2024/june
2024/may
2024/april
Expand Down
2 changes: 1 addition & 1 deletion connector/src/yang/connector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

# metadata
__version__ = '24.6'
__version__ = '24.7'
__author__ = (
'Jonathan Yang <yuekyang@cisco.com>',
'Siming Yuan <siyuan@cisco.com',
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion ncdiff/src/yang/ncdiff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
edit-config message."""

# metadata
__version__ = '24.6'
__version__ = '24.7'
__author__ = 'Jonathan Yang <yuekyang@cisco.com>'
__contact__ = 'yang-python@cisco.com'
__copyright__ = 'Cisco Systems, Inc.'
Expand Down

0 comments on commit 7e0961e

Please # to comment.