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
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='netbox-topology-views',
version='0.4.9',
version='0.4.10',
description='An NetBox plugin to create Topology maps',
url='https://github.com/mattieserver/netbox-topology-views',
author='Mattijs Vanhaverbeke',