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.
2 parents 39db69b + 20a4f0f commit a4eb578Copy full SHA for a4eb578
netbox_docker_plugin/__init__.py
@@ -11,7 +11,7 @@ class NetBoxDockerConfig(PluginConfig):
11
name = "netbox_docker_plugin"
12
verbose_name = " NetBox Docker Plugin"
13
description = "Manage Docker"
14
- version = "4.4.0"
+ version = "4.5.0"
15
base_url = "docker"
16
min_version = "4.2.0"
17
author = "Vincent Simonin <vincent@saashup.com>, David Delassus <david.jose.delassus@gmail.com>"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "netbox-docker-plugin"
7
-version = "4.4.0"
+version = "4.5.0"
8
authors = [
9
{ name="Vincent Simonin", email="vincent@saashup.com" },
10
{ name="David Delassus", email="david.jose.delassus@gmail.com" }
0 commit comments