File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -421,13 +421,13 @@ Release **0.1.0**:
421421
422422(c)2020-2022, karneliuk.com
423423
424- .. |version | image :: https://img.shields.io/static/v1?label=latest&message=v0.8.9 &color=success
424+ .. |version | image :: https://img.shields.io/static/v1?label=latest&message=v0.8.10 &color=success
425425.. _version : https://pypi.org/project/pygnmi/
426426.. |tag | image :: https://img.shields.io/static/v1?label=status&message=stable&color=success
427427.. _tag : https://pypi.org/project/pygnmi/
428428.. |license | image :: https://img.shields.io/static/v1?label=license&message=BSD-3-clause&color=success
429429.. _license : https://github.com/akarneliuk/pygnmi/blob/master/LICENSE.txt
430430.. |project | image :: https://img.shields.io/badge/akarneliuk%2Fpygnmi-blueviolet.svg?logo=github&color=success
431431.. _project : https://github.com/akarneliuk/pygnmi/
432- .. |coverage | image :: https://img.shields.io/static/v1?label=coverage&message=66 %&color=yellow
432+ .. |coverage | image :: https://img.shields.io/static/v1?label=coverage&message=68 %&color=yellow
433433.. _coverage : https://github.com/nedbat/coveragepy
Original file line number Diff line number Diff line change 11"""
22pyGNMI module to manage network devices with gNMI
3- (c)2020-2022 , Karneliuk
3+ (c)2020-2023 , Karneliuk
44"""
5- __version__ = "0.8.9 "
5+ __version__ = "0.8.10 "
Original file line number Diff line number Diff line change 1- """pyGNMI: pure Python open-source GNMI client
2- (c)2019-2022, karneliuk.com"""
1+ """
2+ pyGNMI module to manage network devices with gNMI
3+ (c)2020-2023, Karneliuk
4+ """
35
46# Modules
57import re
You can’t perform that action at this time.
0 commit comments