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.
1 parent 3ff7bfb commit 32d7303Copy full SHA for 32d7303
pyproject.toml
@@ -5,7 +5,7 @@ license = "Apache-2.0"
5
name = "netbox-initializers"
6
readme = "README.md"
7
repository = "https://github.com/tobiasge/netbox-initializers"
8
-version = "3.2.2"
+version = "3.2.3"
9
10
[tool.poetry.dependencies]
11
python = "^3.8"
src/netbox_initializers/__init__.py
@@ -5,7 +5,7 @@ class NetBoxInitializersConfig(PluginConfig):
name = "netbox_initializers"
verbose_name = "NetBox Initializers"
description = "Load initial data into Netbox"
- version = "3.2.2"
+ version = "3.2.3"
base_url = "initializers"
min_version = "3.2.0"
max_version = "3.2.99"
0 commit comments