File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ class PhoneBoxConfig(PluginConfig):
12
12
name = 'phonebox_plugin'
13
13
verbose_name = 'PhoneBox Plugin'
14
14
description = 'Telephone Number Management Plugin for NetBox.'
15
- version = 'v0.0.9 '
15
+ version = 'v0.0.10 '
16
16
author = 'Igor Korotchenkov'
17
17
author_email = 'iDebugAll@gmail.com'
18
18
base_url = 'phonebox'
19
- min_version = "2.11 .0"
19
+ min_version = "4.1 .0"
20
20
required_settings = []
21
21
default_settings = {}
22
22
caching_config = {
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'phonebox_plugin' ,
10
- version = 'v0.0.9 ' ,
10
+ version = 'v0.0.10 ' ,
11
11
url = 'https://github.com/iDebugAll/phonebox-plugin.git' ,
12
- download_url = 'https://github.com/iDebugAll/phonebox-plugin/archive/v0.0.9 .tar.gz' ,
12
+ download_url = 'https://github.com/iDebugAll/phonebox-plugin/archive/v0.0.10 .tar.gz' ,
13
13
description = 'A phone numbers management plugin for NetBox.' ,
14
14
long_description = long_description ,
15
15
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments