Skip to content

Commit 00613e3

Browse files
authored
Merge pull request #166 from CiscoTestAutomation/release_25.6
Release 25.6
2 parents 562cb6a + 400bcb6 commit 00613e3

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
June 2025
2+
==========
3+
4+
June 29 - Yang v25.6
5+
------------------------
6+
7+
8+
9+
.. csv-table:: New Module Versions
10+
:header: "Modules", "Version"
11+
12+
``yang.connector``, v25.6
13+
``yang.ncdiff``, v25.6
14+
15+
16+
17+
18+
Changelogs
19+
^^^^^^^^^^
20+
21+
yang.connector
22+
""""""""""""""
23+
24+
yang.ncdiff
25+
"""""""""""

connector/docs/changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
.. toctree::
55
:maxdepth: 2
66

7+
2025/june
78
2025/may
89
2025/april
910
2025/march

connector/src/yang/connector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"""
88

99
# metadata
10-
__version__ = "25.5"
10+
__version__ = "25.6"
1111
__author__ = (
1212
'Jonathan Yang <yuekyang@cisco.com>',
1313
'Siming Yuan <siyuan@cisco.com',

ncdiff/src/yang/ncdiff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
edit-config message."""
55

66
# metadata
7-
__version__ = "25.5"
7+
__version__ = "25.6"
88
__author__ = 'Jonathan Yang <yuekyang@cisco.com>'
99
__contact__ = 'yang-python@cisco.com'
1010
__copyright__ = 'Cisco Systems, Inc.'

0 commit comments

Comments
 (0)