Skip to content

Commit

Permalink
Merge pull request #5 from TheDJVG/daan/release-0.1.0rc2
Browse files Browse the repository at this point in the history
Release 0.1.0rc2
  • Loading branch information
TheDJVG authored Oct 10, 2024
2 parents 95c026c + 25f8426 commit 3e9fd16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A common use case for this is compliance where certain information is not allowe

| NetBox Version | Plugin Version |
|----------------|----------------|
| 4.0 | 0.1.X |
| 4.0, 4.1 | 0.1.X |

## Installing

Expand Down
2 changes: 1 addition & 1 deletion development/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM netboxcommunity/netbox:v4.0
FROM netboxcommunity/netbox:v4.1

# Install poetry
RUN pip install --upgrade pip && pip install poetry
Expand Down
2 changes: 1 addition & 1 deletion netbox_field_permissions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class NetBoxFieldPermissionsConfig(PluginConfig):
name = "netbox_field_permissions"
verbose_name = "Field Permissions"
description = "Limit user/groups to change object field values"
version = "0.1.0rc1"
version = "0.1.0rc2"
min_version = "4.0"
author = "Daan van Gorkum"
author_email = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netbox-field-permissions"
version = "0.1.0rc1"
version = "0.1.0rc2"
description = "NetBox plugin that provides permissions on object fields."
authors = ["Daan van Gorkum <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 3e9fd16

Please sign in to comment.