File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -421,13 +421,13 @@ Release **0.1.0**:
421
421
422
422
(c)2020-2022, karneliuk.com
423
423
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
425
425
.. _version : https://pypi.org/project/pygnmi/
426
426
.. |tag | image :: https://img.shields.io/static/v1?label=status&message=stable&color=success
427
427
.. _tag : https://pypi.org/project/pygnmi/
428
428
.. |license | image :: https://img.shields.io/static/v1?label=license&message=BSD-3-clause&color=success
429
429
.. _license : https://github.com/akarneliuk/pygnmi/blob/master/LICENSE.txt
430
430
.. |project | image :: https://img.shields.io/badge/akarneliuk%2Fpygnmi-blueviolet.svg?logo=github&color=success
431
431
.. _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
433
433
.. _coverage : https://github.com/nedbat/coveragepy
Original file line number Diff line number Diff line change 1
1
"""
2
2
pyGNMI module to manage network devices with gNMI
3
- (c)2020-2022 , Karneliuk
3
+ (c)2020-2023 , Karneliuk
4
4
"""
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
+ """
3
5
4
6
# Modules
5
7
import re
You can’t perform that action at this time.
0 commit comments