Skip to content

Commit 3fbeb97

Browse files
authored
bump version (#619)
1 parent f3b822e commit 3fbeb97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox_topology_views/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class TopologyViewsConfig(PluginConfig):
55
name = "netbox_topology_views"
66
verbose_name = "Topology views"
77
description = "An plugin to render topology maps"
8-
version = "4.2.0"
8+
version = "4.2.1"
99
author = "Mattijs Vanhaverbeke"
1010
author_email = "author@example.com"
1111
base_url = "netbox_topology_views"

setup.py

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

88
setup(
99
name="netbox-topology-views",
10-
version="4.2.0",
10+
version="4.2.1",
1111
description="An NetBox plugin to create Topology maps",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)