Skip to content

Commit

Permalink
v2.0.13
Browse files Browse the repository at this point in the history
idem v2.0.12

Changes to be committed:
	modified:   pyproject.toml
	modified:   src/netbox_contract/__init__.py
  • Loading branch information
mlebreuil committed Apr 21, 2024
1 parent b1e336d commit f7c4702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.12"
version = "2.0.13"
authors = [
{ name="Marc Lebreuil", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/netbox_contract/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class ContractsConfig(PluginConfig):
name = 'netbox_contract'
verbose_name = 'Netbox contract'
description = 'Contract management plugin for Netbox'
version = '2.0.12'
version = '2.0.13'
author = 'Marc Lebreuil'
author_email = '[email protected]'
base_url = 'contracts'
Expand Down

0 comments on commit f7c4702

Please sign in to comment.