Skip to content

Commit

Permalink
Release 0.1.0rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Daan van Gorkum <[email protected]>
  • Loading branch information
TheDJVG committed Jul 6, 2024
1 parent 364bb65 commit 62cfe87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0-pre"
version = "0.1.0rc1"
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.0-pre"
version = "0.1.0rc1"
description = "NetBox plugin that provides permissions on object fields."
authors = ["Daan van Gorkum <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 62cfe87

Please sign in to comment.