Skip to content

Commit

Permalink
Merge pull request #117 from akarneliuk/0.8.10
Browse files Browse the repository at this point in the history
0.8.10
  • Loading branch information
akarneliuk authored Apr 30, 2023
2 parents ed1bb41 + e8642b3 commit 46e77b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -421,13 +421,13 @@ Release **0.1.0**:

(c)2020-2022, karneliuk.com

.. |version| image:: https://img.shields.io/static/v1?label=latest&message=v0.8.9&color=success
.. |version| image:: https://img.shields.io/static/v1?label=latest&message=v0.8.10&color=success
.. _version: https://pypi.org/project/pygnmi/
.. |tag| image:: https://img.shields.io/static/v1?label=status&message=stable&color=success
.. _tag: https://pypi.org/project/pygnmi/
.. |license| image:: https://img.shields.io/static/v1?label=license&message=BSD-3-clause&color=success
.. _license: https://github.com/akarneliuk/pygnmi/blob/master/LICENSE.txt
.. |project| image:: https://img.shields.io/badge/akarneliuk%2Fpygnmi-blueviolet.svg?logo=github&color=success
.. _project: https://github.com/akarneliuk/pygnmi/
.. |coverage| image:: https://img.shields.io/static/v1?label=coverage&message=66%&color=yellow
.. |coverage| image:: https://img.shields.io/static/v1?label=coverage&message=68%&color=yellow
.. _coverage: https://github.com/nedbat/coveragepy
4 changes: 2 additions & 2 deletions pygnmi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
pyGNMI module to manage network devices with gNMI
(c)2020-2022, Karneliuk
(c)2020-2023, Karneliuk
"""
__version__ = "0.8.9"
__version__ = "0.8.10"
6 changes: 4 additions & 2 deletions pygnmi/client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""pyGNMI: pure Python open-source GNMI client
(c)2019-2022, karneliuk.com"""
"""
pyGNMI module to manage network devices with gNMI
(c)2020-2023, Karneliuk
"""

# Modules
import re
Expand Down

0 comments on commit 46e77b1

Please sign in to comment.