Skip to content

Commit

Permalink
v2.3.1 - fix non-editable-error-for-a-gfk field
Browse files Browse the repository at this point in the history
  • Loading branch information
mlebreuil committed Jan 18, 2025
1 parent 1261f6b commit 8b4b246
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

## Version 2

### Version 2.3.1

* [219](https://github.com/mlebreuil/netbox-contract/issues/219) Fix - netbox 4.2 non editable field for gfk

### Version 2.3.0

> [!WARNING]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "netbox-contract"
version = "2.3.0"
version = "2.3.1"
authors = [
{ name="Marc Lebreuil", email="[email protected]" },
]
Expand Down
4 changes: 2 additions & 2 deletions src/netbox_contract/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ class ContractsConfig(PluginConfig):
name = 'netbox_contract'
verbose_name = 'Netbox contract'
description = 'Contract management plugin for Netbox'
version = '2.3.0'
version = '2.3.1'
author = 'Marc Lebreuil'
author_email = '[email protected]'
base_url = 'contracts'
min_version = '4.1.10'
min_version = '4.2.0'
required_settings = []
default_settings = {
'top_level_menu': False,
Expand Down

0 comments on commit 8b4b246

Please sign in to comment.