From e952111a533e905b00a513afa5399d14a6253063 Mon Sep 17 00:00:00 2001 From: Hedde van der Heide Date: Tue, 3 May 2022 15:21:18 +0200 Subject: [PATCH] version bump 1.1 --- README.md | 2 +- netbox_slm/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d17572..23c6e26 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,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==1.01`` as +2. Create a ``plugin_requirements.txt`` with ``netbox-slm==1.1`` as contents. 3. Create a ``Dockerfile-SLM`` with contents: diff --git a/netbox_slm/__init__.py b/netbox_slm/__init__.py index 9c3628a..e37a3d1 100644 --- a/netbox_slm/__init__.py +++ b/netbox_slm/__init__.py @@ -5,7 +5,7 @@ class SLMConfig(PluginConfig): name = 'netbox_slm' verbose_name = 'Software Lifecycle Management' description = 'Software Lifecycle Management' - version = '1.01' + version = '1.1' author = 'Hedde van der Heide' author_email = 'hedde.vanderheide@ictu.nl' base_url = 'slm' diff --git a/setup.cfg b/setup.cfg index 3a2671e..878644c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = netbox-slm -version = 1.01 +version = 1.1 description = Software Lifecycle Management Netbox Plugin. # long_description = file: README.rst # long_description_content_type='text/x-rst'