Skip to content

Commit 90de72e

Browse files
authored
Merge pull request #952 from CiscoTestAutomation/release_25.7
Release 25.7
2 parents ad83966 + b28cf33 commit 90de72e

File tree

521 files changed

+54133
-2582
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

521 files changed

+54133
-2582
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ['3.9', '3.10', '3.11', '3.12']
17+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1818

1919
steps:
2020
- uses: actions/checkout@v2

changelog/2025/july.rst

Lines changed: 287 additions & 0 deletions
Large diffs are not rendered by default.

changelog/undistributed/changelog_show_env_all_c9400_20250604141244.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

sdk_generator/outputs/github_parser.json

Lines changed: 2825 additions & 1140 deletions
Large diffs are not rendered by default.

src/genie/libs/parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'''
99

1010
# metadata
11-
__version__ = "25.6"
11+
__version__ = "25.7"
1212
__author__ = 'Cisco Systems Inc.'
1313
__contact__ = ['pyats-support@cisco.com', 'pyats-support-ext@cisco.com']
1414
__copyright__ = 'Copyright (c) 2018, Cisco Systems Inc.'

0 commit comments

Comments
 (0)