-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fc7af8
commit fba87f0
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ class ProxboxConfig(PluginConfig): | |
name = "netbox_proxbox" | ||
verbose_name = "Proxbox" | ||
description = "Integrates Proxmox and Netbox" | ||
version = "0.0.4" | ||
version = "0.0.5-beta1" | ||
author = "Emerson Felipe (@emersonfelipesp)" | ||
author_email = "[email protected]" | ||
base_url = "proxbox" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
|
||
setup( | ||
name="netbox-proxbox", | ||
version="0.0.4", | ||
version="0.0.5-beta1", | ||
author="Emerson Felipe", | ||
author_email="[email protected]", | ||
description="Integration between Proxmox and Netbox", | ||
|