We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac02800 + e85100c commit 2f73b43Copy full SHA for 2f73b43
pyproject.toml
@@ -11,7 +11,7 @@ license = "Apache-2.0"
11
name = "netbox-initializers"
12
readme = "README.md"
13
repository = "https://github.com/tobiasge/netbox-initializers"
14
-version = "3.7.1"
+version = "3.7.2"
15
16
[tool.poetry.dependencies]
17
python = "^3.8"
src/netbox_initializers/__init__.py
@@ -5,7 +5,7 @@ class NetBoxInitializersConfig(PluginConfig):
5
name = "netbox_initializers"
6
verbose_name = "NetBox Initializers"
7
description = "Load initial data into Netbox"
8
- version = "3.7.1"
+ version = "3.7.2"
9
base_url = "initializers"
10
min_version = "3.7.0"
max_version = "3.7.99"
0 commit comments