Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

Update file __init__.py

Merged Laurent VENIER requested to merge lav_fix_version into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -4,8 +4,8 @@ from extras.plugins import PluginConfig
class NetBoxRpsConfig(PluginConfig):
name = 'netbox_rps_plugin'
verbose_name = 'NetBox RPS'
description = 'Netbox'
version = '0.1.0'
description = 'A Netbox plugin to add RPS resources'
version = '0.5.0'
base_url = 'rps'
Loading