This commit is contained in:
Jeremy Stretch 2024-07-09 13:49:24 -04:00
parent 3f67b5d8cb
commit dd413b248a
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# NetBox v4.0
## v4.0.8 (FUTURE)
---
## v4.0.7 (2024-07-09)
### Enhancements

View File

@ -25,7 +25,7 @@ from utilities.string import trailing_slash
# Environment setup
#
VERSION = '4.0.7'
VERSION = '4.0.8-dev'
HOSTNAME = platform.node()
# Set the base directory two levels up
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))