Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed Apr 9, 2024
1 parent cd13ca4 commit 7e8330c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netbox_napalm_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Arthur Hanson"""
__email__ = "[email protected]"
__version__ = "0.1.6"
__version__ = "0.1.7"


from extras.plugins import PluginConfig
Expand Down
2 changes: 1 addition & 1 deletion netbox_napalm_plugin/project-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netbox_napalm_plugin",
"version": "0.1.6",
"version": "0.1.7",
"description": "Napalm Plugin for NetBox",
"main": "index.js",
"author": "Arthur Hanson",
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ classifiers=[
]

requires-python = ">=3.8.1"
dependencies = [
'napalm<5.0'
]

[project.optional-dependencies]
test = [
Expand Down

0 comments on commit 7e8330c

Please sign in to comment.