Skip to content

Commit

Permalink
Merge pull request #90 from tobiasge/prepare_3_7_2
Browse files Browse the repository at this point in the history
Prepare release 3.7.2
  • Loading branch information
tobiasge authored Jan 31, 2024
2 parents ac02800 + e85100c commit 2f73b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "Apache-2.0"
name = "netbox-initializers"
readme = "README.md"
repository = "https://github.com/tobiasge/netbox-initializers"
version = "3.7.1"
version = "3.7.2"

[tool.poetry.dependencies]
python = "^3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/netbox_initializers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class NetBoxInitializersConfig(PluginConfig):
name = "netbox_initializers"
verbose_name = "NetBox Initializers"
description = "Load initial data into Netbox"
version = "3.7.1"
version = "3.7.2"
base_url = "initializers"
min_version = "3.7.0"
max_version = "3.7.99"
Expand Down

0 comments on commit 2f73b43

Please sign in to comment.