This commit is contained in:
Jeremy Stretch 2024-01-17 15:02:23 -05:00
parent b871a6c7a6
commit ebf6ce1b01
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# NetBox v3.7
## v3.7.2 (FUTURE)
---
## v3.7.1 (2024-01-17)
### Bug Fixes

View File

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