Skip to content

Commit 46e77b1

Browse files
authored
Merge pull request #117 from akarneliuk/0.8.10
0.8.10
2 parents ed1bb41 + e8642b3 commit 46e77b1

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff 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

pygnmi/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
22
pyGNMI 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"

pygnmi/client.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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
57
import re

0 commit comments

Comments
 (0)