File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
netbox_changelog_diff_plugin Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ The features the plugin provides should be listed here.
15
15
16
16
| NetBox Version | Plugin Version |
17
17
| ------------------| ----------------|
18
+ | 4.1.x | 0.2.0 |
18
19
| 4.0.5 | 0.1.0 |
19
20
20
21
Minium version is 4.0.5 of netbox. Otherwise no changelog diff's will show up
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Jamie Murphy"""
4
4
__email__ = "git@jam.ie"
5
- __version__ = "0.1 .0"
5
+ __version__ = "0.2 .0"
6
6
7
7
8
8
from netbox .plugins import PluginConfig
@@ -12,7 +12,7 @@ class ChangeLogDiffConfig(PluginConfig):
12
12
name = "netbox_changelog_diff_plugin"
13
13
verbose_name = "NetBox ChangeLog Diff Plugin"
14
14
description = "NetBox plugin for more detailed changlog diffs"
15
- version = "version"
15
+ version = __version__
16
16
base_url = "netbox_changelog_diff_plugin"
17
17
default_settings = {
18
18
"change_log_format" : "yaml" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
8
8
[project ]
9
9
name = " netbox-changelog-diff-plugin"
10
- version = " 0.1 .0"
10
+ version = " 0.2 .0"
11
11
authors = [
12
12
{name = " Jamie Murphy" , email = " git@jam.ie" },
13
13
]
You can’t perform that action at this time.
0 commit comments