Skip to content

Commit f323278

Browse files
committed
bump version
1 parent 56a6f22 commit f323278

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

netbox_topology_views/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class TopologyViewsConfig(PluginConfig):
44
name = 'netbox_topology_views'
55
verbose_name = 'Topology views'
66
description = 'An plugin to render topology maps'
7-
version = '2.0.0'
7+
version = '2.0.1'
88
author = 'Mattijs Vanhaverbeke'
99
author_email = 'author@example.com'
1010
base_url = 'netbox_topology_views'

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "netbox_topology_views",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"scripts": {
66
"resources": "gulp build",
77
"resources_dev": "gulp build_dev"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='netbox-topology-views',
6-
version='2.0.0',
6+
version='2.0.1',
77
description='An NetBox plugin to create Topology maps',
88
url='https://github.com/mattieserver/netbox-topology-views',
99
author='Mattijs Vanhaverbeke',

0 commit comments

Comments
 (0)