update jquery version to match netbox v2.9.1 (#43)

* Update full.html

* Update setup.py

* Update package.json

* Update __init__.py
This commit is contained in:
mattieserver
2020-08-23 11:53:52 +02:00
committed by GitHub
parent 2edd597871
commit 0340522f59
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ class TopologyViewsConfig(PluginConfig):
name = 'netbox_topology_views'
verbose_name = 'Topology views'
description = 'An plugin to render toplogoy maps'
version = '0.4.9'
version = '0.4.10'
author = 'Mattijs Vanhaverbeke'
author_email = 'author@example.com'
base_url = 'topology-views'