Skip to content

Commit 032446e

Browse files
committed
v 0.2.0
1 parent ec53e93 commit 032446e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The features the plugin provides should be listed here.
1515

1616
| NetBox Version | Plugin Version |
1717
|------------------|----------------|
18+
| 4.1.x | 0.2.0 |
1819
| 4.0.5 | 0.1.0 |
1920

2021
Minium version is 4.0.5 of netbox. Otherwise no changelog diff's will show up

netbox_changelog_diff_plugin/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Jamie Murphy"""
44
__email__ = "git@jam.ie"
5-
__version__ = "0.1.0"
5+
__version__ = "0.2.0"
66

77

88
from netbox.plugins import PluginConfig
@@ -12,7 +12,7 @@ class ChangeLogDiffConfig(PluginConfig):
1212
name = "netbox_changelog_diff_plugin"
1313
verbose_name = "NetBox ChangeLog Diff Plugin"
1414
description = "NetBox plugin for more detailed changlog diffs"
15-
version = "version"
15+
version = __version__
1616
base_url = "netbox_changelog_diff_plugin"
1717
default_settings = {
1818
"change_log_format": "yaml",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "netbox-changelog-diff-plugin"
10-
version = "0.1.0"
10+
version = "0.2.0"
1111
authors = [
1212
{name = "Jamie Murphy", email = "git@jam.ie"},
1313
]

0 commit comments

Comments
 (0)