Skip to content

Commit

Permalink
Merge pull request #9 from davama/v51
Browse files Browse the repository at this point in the history
Upate to version v0.0.51
  • Loading branch information
skarpe-github committed Jun 7, 2024
2 parents a7f7295 + 0eb0c3d commit 56daeb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<li>get_equipment_ont_sw_version</li>
<li>get_software_mgmt_version_etsi</li>
<li>get_equipment_transceiver_inventor</li>
<li>get_equipment_transceiver_inventory_detail</li>
<li>get_equipment_diagnostics_sfp</li>
<li>get_vlan_name</li>
<li>get_vlan_bridge_port_fdb</li>
Expand Down
2 changes: 1 addition & 1 deletion napalm_nokia_olt/napalm_nokia_olt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from napalm_nokia_olt.nokia_olt import NokiaOltDriver
__all__ = ("NokiaOltDriver",)

__version__ = "0.0.50"
__version__ = "0.0.51"
4 changes: 2 additions & 2 deletions napalm_nokia_olt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="napalm_nokia_olt",
version="0.0.50",
version="0.0.51",
author="Dave Macias",
author_email = "[email protected]",
description=("Network Automation and Programmability Abstraction "
Expand All @@ -27,4 +27,4 @@
],
include_package_data=True,
install_requires=('napalm>=3','xmltodict'),
)
)

0 comments on commit 56daeb8

Please sign in to comment.