From 6d05b1b6ca04e8b6cdb5f770aac1a714bd238e85 Mon Sep 17 00:00:00 2001 From: Hedde van der Heide Date: Fri, 15 Apr 2022 09:09:41 +0200 Subject: [PATCH] bumped version --- README.rst | 2 +- src/README.rst | 2 +- src/netbox_slm/__init__.py | 2 +- src/setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 0b9bb76..0142fc2 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ to install the Netbox SLM plugin: 1. Add ``netbox_slm`` to the ``PLUGINS`` list in ``configuration/extra.py``. -2. Create a ``plugin_requirements.txt`` with ``netbox-slm==0.97`` as +2. Create a ``plugin_requirements.txt`` with ``netbox-slm==0.98`` as contents. 3. Create a ``Dockerfile-SLM`` with contents: diff --git a/src/README.rst b/src/README.rst index 0b9bb76..0142fc2 100644 --- a/src/README.rst +++ b/src/README.rst @@ -22,7 +22,7 @@ to install the Netbox SLM plugin: 1. Add ``netbox_slm`` to the ``PLUGINS`` list in ``configuration/extra.py``. -2. Create a ``plugin_requirements.txt`` with ``netbox-slm==0.97`` as +2. Create a ``plugin_requirements.txt`` with ``netbox-slm==0.98`` as contents. 3. Create a ``Dockerfile-SLM`` with contents: diff --git a/src/netbox_slm/__init__.py b/src/netbox_slm/__init__.py index 8cfe177..759e653 100644 --- a/src/netbox_slm/__init__.py +++ b/src/netbox_slm/__init__.py @@ -5,7 +5,7 @@ class SLMConfig(PluginConfig): name = 'netbox_slm' verbose_name = 'Software Lifecycle Management' description = 'Software Lifecycle Management' - version = '0.97' + version = '0.98' author = 'Hedde van der Heide' author_email = 'hedde.vanderheide@ictu.nl' base_url = 'slm' diff --git a/src/setup.cfg b/src/setup.cfg index 6165f72..fce5cb5 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = netbox-slm -version = 0.97 +version = 0.98 description = Software Lifecycle Management Netbox Plugin. # long_description = file: README.rst # long_description_content_type='text/x-rst'