Skip to content

Commit a4eb578

Browse files
authored
Merge pull request #205 from SaaShup/bump_version
🔖 Bump version
2 parents 39db69b + 20a4f0f commit a4eb578

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox_docker_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class NetBoxDockerConfig(PluginConfig):
1111
name = "netbox_docker_plugin"
1212
verbose_name = " NetBox Docker Plugin"
1313
description = "Manage Docker"
14-
version = "4.4.0"
14+
version = "4.5.0"
1515
base_url = "docker"
1616
min_version = "4.2.0"
1717
author = "Vincent Simonin <vincent@saashup.com>, David Delassus <david.jose.delassus@gmail.com>"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "netbox-docker-plugin"
7-
version = "4.4.0"
7+
version = "4.5.0"
88
authors = [
99
{ name="Vincent Simonin", email="vincent@saashup.com" },
1010
{ name="David Delassus", email="david.jose.delassus@gmail.com" }

0 commit comments

Comments
 (0)