We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f050c6b commit 1a67e7eCopy full SHA for 1a67e7e
netbox_proxbox/__init__.py
@@ -17,7 +17,7 @@ class ProxboxConfig(PluginConfig):
17
name = "netbox_proxbox"
18
verbose_name = "Proxbox"
19
description = "Integrates Proxmox and Netbox"
20
- version = "0.0.8"
+ version = "0.0.9"
21
author = "Emerson Felipe (@emersonfelipesp)"
22
author_email = "emersonfelipe.2003@gmail.com"
23
min_version = "4.5.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "netbox-proxbox"
3
-version = "0.0.8"
+version = "0.0.9"
4
description = "Netbox Plugin - Integrate Proxmox and Netbox"
5
readme = "README.md"
6
authors = [
0 commit comments