Skip to content

Commit

Permalink
beta for NB4
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed Apr 8, 2024
1 parent 3e2e8fd commit 53e57d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions netbox_healthcheck_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.4'
__version__ = '0.1.5b1'


from netbox.plugins import PluginConfig
Expand All @@ -20,6 +20,6 @@ class HealthCheckConfig(PluginConfig):
'health_check.contrib.migrations',
'health_check.contrib.redis',
]

min_version = "v4.0-beta1"

config = HealthCheckConfig
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "netbox-healthcheck-plugin"
version = "0.1.4"
version = "0.1.5b1"
authors = [
{name = "Arthur Hanson", email = "[email protected]"},
]
Expand Down

0 comments on commit 53e57d2

Please sign in to comment.