Skip to content

Commit

Permalink
Merge pull request #57 from tobiasge/prepare_release
Browse files Browse the repository at this point in the history
Prepare version 3.5.1
  • Loading branch information
tobiasge authored Jun 16, 2023
2 parents df5054c + 78fc46a commit 4fff72e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ The initializers where a part of the Docker image and where then extracted into
To use the new plugin in a the Netbox Docker image, it musst be installad into the image. To this, the following example can be used as a starting point:

```dockerfile
FROM netboxcommunity/netbox:v3.4
FROM netboxcommunity/netbox:v3.5
RUN /opt/netbox/venv/bin/pip install "netbox-initializers==3.5.*"
```
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.5.0"
version = "3.5.1"

[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.5.0"
version = "3.5.1"
base_url = "initializers"
min_version = "3.5.0"
max_version = "3.5.99"
Expand Down

0 comments on commit 4fff72e

Please sign in to comment.