Skip to content

Commit

Permalink
Version changed to v0.0.4]
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonfelipesp committed May 7, 2022
1 parent d758092 commit 4e11949
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ The following table shows the Netbox and Proxmox versions compatible (tested) wi

| netbox version | proxmox version | proxbox version
| ------------- |-------------|-------------|
| >= v3.0.0 | >= v6.2.0 | v0.0.3
| >= v3.2.0 | >= v6.2.0 | =v0.0.4
| >= v3.0.0 < v3.2| >= v6.2.0 | =v0.0.3


</div>

Expand Down
2 changes: 1 addition & 1 deletion netbox_proxbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class ProxboxConfig(PluginConfig):
name = "netbox_proxbox"
verbose_name = "Proxbox"
description = "Integrates Proxmox and Netbox"
version = "0.0.3"
version = "0.0.4"
author = "Emerson Felipe (@emersonfelipesp)"
author_email = "[email protected]"
base_url = "proxbox"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netbox-proxbox"
version = "0.0.3"
version = "0.0.4"
description = "Netbox Plugin - Integrate Proxmox and Netbox"
authors = ["Emerson Felipe <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup(
name="netbox-proxbox",
version="0.0.3.dev3",
version="0.0.4",
author="Emerson Felipe",
author_email="[email protected]",
description="Integration between Proxmox and Netbox",
Expand Down

0 comments on commit 4e11949

Please sign in to comment.