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):
1212 name = 'phonebox_plugin'
1313 verbose_name = 'PhoneBox Plugin'
1414 description = 'Telephone Number Management Plugin for NetBox.'
15- version = 'v0.0.9 '
15+ version = 'v0.0.10 '
1616 author = 'Igor Korotchenkov'
1717 author_email = 'iDebugAll@gmail.com'
1818 base_url = 'phonebox'
19- min_version = "2.11 .0"
19+ min_version = "4.1 .0"
2020 required_settings = []
2121 default_settings = {}
2222 caching_config = {
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'phonebox_plugin' ,
10- version = 'v0.0.9 ' ,
10+ version = 'v0.0.10 ' ,
1111 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' ,
1313 description = 'A phone numbers management plugin for NetBox.' ,
1414 long_description = long_description ,
1515 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments