Skip to content

Commit

Permalink
Appeasing NetBox decision to deprecate Py3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanderaa committed Dec 7, 2021
1 parent 62520fc commit 5d67342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion netbox_onboarding/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
limitations under the License.
"""

__version__ = "2.3.0"
__version__ = "3.0.0"

from extras.plugins import PluginConfig

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ntc-netbox-plugin-onboarding"
version = "2.3.0"
version = "3.0.0"
description = "A plugin for NetBox to easily onboard new devices."
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -18,7 +18,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.6 || ^3.7 || ^3.8"
python = "^3.7 || ^3.8 || ^3.9"
napalm = ">=2.5.0, <4"
zipp = "^3.4.0"

Expand Down

0 comments on commit 5d67342

Please sign in to comment.