Skip to content

Commit

Permalink
v 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ITJamie committed Sep 20, 2024
1 parent ec53e93 commit 032446e
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 @@ -15,6 +15,7 @@ The features the plugin provides should be listed here.

| NetBox Version | Plugin Version |
|------------------|----------------|
| 4.1.x | 0.2.0 |
| 4.0.5 | 0.1.0 |

Minium version is 4.0.5 of netbox. Otherwise no changelog diff's will show up
Expand Down
4 changes: 2 additions & 2 deletions netbox_changelog_diff_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Jamie Murphy"""
__email__ = "[email protected]"
__version__ = "0.1.0"
__version__ = "0.2.0"


from netbox.plugins import PluginConfig
Expand All @@ -12,7 +12,7 @@ class ChangeLogDiffConfig(PluginConfig):
name = "netbox_changelog_diff_plugin"
verbose_name = "NetBox ChangeLog Diff Plugin"
description = "NetBox plugin for more detailed changlog diffs"
version = "version"
version = __version__
base_url = "netbox_changelog_diff_plugin"
default_settings = {
"change_log_format": "yaml",
Expand Down
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-changelog-diff-plugin"
version = "0.1.0"
version = "0.2.0"
authors = [
{name = "Jamie Murphy", email = "[email protected]"},
]
Expand Down

0 comments on commit 032446e

Please sign in to comment.