Skip to content

Commit

Permalink
version bump 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedde committed May 3, 2022
1 parent e73cb5f commit e952111
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion netbox_slm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]'
base_url = 'slm'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit e952111

Please sign in to comment.