bumped version for next release

This commit is contained in:
Hedde van der Heide
2022-04-10 11:18:22 +02:00
parent c264536850
commit 15b61fd7f9
3 changed files with 2 additions and 11 deletions
-9
View File
@@ -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.
Gotchas
~~~~~~~~
*Netboxs 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. Its
recommended to often check the runtime server or patch Netboxs global
exception handler.*
Steps
~~~~~