Skip to content

Commit 5c84690

Browse files
committed
Create new release 1.0.6
1 parent 151215d commit 5c84690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox_atlas_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class NetBoxAtlasConfig(PluginConfig):
77
description = (
88
"A Netbox plugin to provide a Prometheus service discovery api"
99
)
10-
version = "0.1"
10+
version = "1.0.6"
1111
author = "Stefan Hipfel"
1212
author_email = "[email protected]"
1313
base_url = "atlas"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "netbox-atlas-plugin"
3-
version = "1.0.2"
3+
version = "1.0.6"
44
description = "A Netbox plugin to provide a Prometheus service discovery api"
55
authors = ["Stefan Hipfel <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)