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

Skip to content
Snippets Groups Projects

Update version with semver constraint

Merged Vincent SIMONIN requested to merge new_version 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.5.0-1'
version = '0.5.0-r1'
author = "Vincent Simonin"
author_email = "vincent.simonin@ext.ec.europa.eu"
base_url = 'rps'
Loading