Skip to content

Commit

Permalink
bumped version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedde committed Apr 10, 2022
1 parent c264536 commit 15b61fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,6 @@ Netbox Django copy with auto-reload to develop the plugin pointing to
the Dockerized postgres and redis instances, basically ignoring the
netbox docker runtime server.

Gotcha’s
~~~~~~~~

*Netbox’s exception handler seems to supress initial Exceptions,
obfuscating missing imports or other Django related issues by re-raising
an opague error, e.g. netbox_slm plugin namespace doesnotexist. It’s
recommended to often check the runtime server or patch Netbox’s global
exception handler.*

Steps
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion src/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 = '0.94'
version = '0.95'
author = 'Hedde van der Heide'
author_email = '[email protected]'
base_url = 'slm'
Expand Down
2 changes: 1 addition & 1 deletion src/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = netbox-slm
version = 0.94
version = 0.95
description = Software Lifecycle Management Netbox Plugin.
# long_description = file: README.rst
# long_description_content_type='text/x-rst'
Expand Down

0 comments on commit 15b61fd

Please sign in to comment.