Skip to content

Commit 32d7303

Browse files
authored
Prepare version 3.2.3 (#13)
1 parent 3ff7bfb commit 32d7303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "Apache-2.0"
55
name = "netbox-initializers"
66
readme = "README.md"
77
repository = "https://github.com/tobiasge/netbox-initializers"
8-
version = "3.2.2"
8+
version = "3.2.3"
99

1010
[tool.poetry.dependencies]
1111
python = "^3.8"

src/netbox_initializers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class NetBoxInitializersConfig(PluginConfig):
55
name = "netbox_initializers"
66
verbose_name = "NetBox Initializers"
77
description = "Load initial data into Netbox"
8-
version = "3.2.2"
8+
version = "3.2.3"
99
base_url = "initializers"
1010
min_version = "3.2.0"
1111
max_version = "3.2.99"

0 commit comments

Comments
 (0)