File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ class PhoneBoxConfig(PluginConfig):
55 name = 'phonebox_plugin'
66 verbose_name = 'PhoneBox Plugin'
77 description = 'Telephone Number Management Plugin for NetBox.'
8- version = 'v0.0.4 -beta.1'
8+ version = 'v0.0.5 -beta.1'
99 author = 'Igor Korotchenkov'
1010 author_email = 'iDebugAll@gmail.com'
1111 base_url = 'phonebox'
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'phonebox_plugin' ,
10- version = 'v0.0.4 -beta.1' ,
10+ version = 'v0.0.5 -beta.1' ,
1111 url = 'https://github.com/iDebugAll/phonebox-plugin.git' ,
12- download_url = 'https://github.com/iDebugAll/phonebox-plugin/archive/v0.0.4 -beta.1.tar.gz' ,
12+ download_url = 'https://github.com/iDebugAll/phonebox-plugin/archive/v0.0.5 -beta.1.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