Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions connector/docs/changelog/2026/may.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
May 2026
==========

May 26 - Yang v26.5
------------------------



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

``yang.connector``, v26.5
``yang.ncdiff``, v26.5




Changelogs
^^^^^^^^^^

yang.connector
""""""""""""""

yang.ncdiff
"""""""""""
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

2026/may
2026/april
2026/march
2026/february
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__ = "26.4"
__version__ = "26.5"
__author__ = (
'Jonathan Yang <yuekyang@cisco.com>',
'Siming Yuan <siyuan@cisco.com',
Expand Down
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__ = "26.4"
__version__ = "26.5"
__author__ = 'Jonathan Yang <yuekyang@cisco.com>'
__contact__ = 'yang-python@cisco.com'
__copyright__ = 'Cisco Systems, Inc.'
Expand Down
Loading