This commit is contained in:
Jeremy Stretch 2024-02-21 16:04:04 -05:00
parent 0f29bb6a99
commit 9dea6dfdaf
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# NetBox v3.7
## v3.7.4 (FUTURE)
---
## v3.7.3 (2024-02-21)
### Enhancements

View File

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