This commit is contained in:
Jeremy Stretch 2024-04-04 16:23:16 -04:00
parent 07e40ea87e
commit 2d7b924f7e
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# NetBox v3.7 # NetBox v3.7
## v3.7.6 (FUTURE)
---
## v3.7.5 (2024-04-04) ## v3.7.5 (2024-04-04)
### Enhancements ### Enhancements

View File

@ -28,7 +28,7 @@ from netbox.plugins import PluginConfig
# Environment setup # Environment setup
# #
VERSION = '3.7.5' VERSION = '3.7.6-dev'
# Hostname # Hostname
HOSTNAME = platform.node() HOSTNAME = platform.node()