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

Skip to content
Snippets Groups Projects

Fixed plugin template files are missing

Merged Vincent SIMONIN requested to merge fix_template_file_missing into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,7 +5,7 @@ class NetBoxRpsConfig(PluginConfig):
name = 'netbox_rps_plugin'
verbose_name = 'NetBox RPS'
description = 'A Netbox plugin to add RPS resources'
version = '0.8.0'
version = '0.8.1'
author = "Vincent Simonin"
author_email = "vincent.simonin@ext.ec.europa.eu"
base_url = 'rps'
Loading