Skip to content

Commit

Permalink
v2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mlebreuil committed Jan 4, 2025
1 parent 60d8cc2 commit a6cd84d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Version 2

### Version 2.2.9
### Version 2.2.10

* [198](https://github.com/mlebreuil/netbox-contract/issues/198) Add internationalization support and french translation.
* [196](https://github.com/mlebreuil/netbox-contract/issues/196) Add notice field to contract. Add an example custom script to report contract nearing cancelation notice.
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.2.9"
version = "2.2.10"
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.2.9'
version = '2.2.10'
author = 'Marc Lebreuil'
author_email = '[email protected]'
base_url = 'contracts'
min_version = '4.0.2'
min_version = '4.1.10'
required_settings = []
default_settings = {
'top_level_menu': False,
Expand Down

0 comments on commit a6cd84d

Please sign in to comment.