Skip to content

Commit 5ea3742

Browse files
Update version to v0.0.6b2
1 parent 52ad2a7 commit 5ea3742

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ The following table shows the Netbox and Proxmox versions compatible (tested) wi
3434

3535
| netbox version | proxmox version | proxbox version | proxbox-api | pynetbox-api |
3636
|------------------|-----------------|-----------------|-------------|--------------|
37+
|------------------|-----------------|-----------------|-------------|--------------|
38+
| =v4.2.6 | >=8.3.0 | v0.0.6b2 | v0.0.2 | v0.0.2 |
3739
| =v4.2.0 | >=8.3.0 | v0.0.6b1 | v0.0.1 | v0.0.1 |
3840
| >= v3.4.0 | >= v6.2.0 | =v0.0.5 | | |
3941
| >= v3.2.0 | >= v6.2.0 | =v0.0.4 | | |

netbox_proxbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class ProxboxConfig(PluginConfig):
55
name = "netbox_proxbox"
66
verbose_name = "Proxbox"
77
description = "Integrates Proxmox and Netbox"
8-
version = "0.0.5"
8+
version = "0.0.6b2"
99
author = "Emerson Felipe (@emersonfelipesp)"
1010
author_email = "emersonfelipe.2003@gmail.com"
1111
min_version = '4.2.0'

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "netbox-proxbox"
3-
version = "0.0.6b2.dev4"
3+
version = "0.0.6b2"
44
description = "Netbox Plugin - Integrate Proxmox and Netbox"
55
readme = "README.md"
66
authors = [
@@ -10,6 +10,7 @@ license = "Apache-2.0"
1010
requires-python = ">=3.8"
1111
dependencies = [
1212
"websockets>=13.1",
13+
"proxbox-api==0.0.2"
1314
]
1415

1516
[project.optional-dependencies]

0 commit comments

Comments
 (0)