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

Skip to content
Snippets Groups Projects
Verified Commit 2f4ad63b authored by Vincent SIMONIN's avatar Vincent SIMONIN
Browse files

Version bump

parent 62cc3702
No related branches found
No related tags found
1 merge request!37Make alt_name an array of string
Pipeline #91225 passed
......@@ -10,7 +10,7 @@ class NetBoxCertConfig(PluginConfig):
name = "netbox_cert_plugin"
verbose_name = "Netbox Certificate"
description = "A Netbox plugin to manage certificates"
version = "0.0.1"
version = "0.0.2"
author = "Vincent Simonin"
author_email = "vincent.simonin@ext.ec.europa.eu"
base_url = "cert"
......
......@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name='netbox_cert_plugin',
version='0.0.1',
version='0.0.2',
description='A Netbox plugin to manage certificates',
install_requires=[],
packages=find_packages(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment