This commit is contained in:
Jeremy Stretch 2023-12-29 10:06:51 -05:00
parent 7b90481fc9
commit 982ef3045d
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# NetBox v3.7
## v3.7.1 (FUTURE)
---
## v3.7.0 (2023-12-29)
### Breaking Changes

View File

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