Skip to content

Commit 238a45e

Browse files
authored
Merge pull request #143 from CiscoTestAutomation/release_24.8
Release 24.8
2 parents 30b3cf2 + 948aca4 commit 238a45e

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
August 2024
2+
==========
3+
4+
August 27 - Yang v24.8
5+
------------------------
6+
7+
8+
9+
+-------------------------------+-------------------------------+
10+
| Module | Versions |
11+
+===============================+===============================+
12+
| ``yang.connector `` | 24.8 |
13+
+-------------------------------+-------------------------------+
14+
15+
Upgrade Instructions
16+
^^^^^^^^^^^^^^^^^^^^
17+
18+
.. code-block:: bash
19+
20+
pip install --upgrade yang.connector
21+
22+
23+
24+
25+
Changelogs
26+
^^^^^^^^^^

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+
2024/august
78
2024/july
89
2024/june
910
2024/may

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__ = '24.7'
10+
__version__ = '24.8'
1111
__author__ = (
1212
'Jonathan Yang <[email protected]>',
1313
'Siming Yuan <[email protected]',

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__ = '24.7'
7+
__version__ = '24.8'
88
__author__ = 'Jonathan Yang <[email protected]>'
99
__contact__ = '[email protected]'
1010
__copyright__ = 'Cisco Systems, Inc.'

0 commit comments

Comments
 (0)