1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
This commit is contained in:
Jeremy Stretch
2024-05-06 15:28:43 -04:00
parent fce54f3733
commit fbcec97328
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# NetBox v4.0 # NetBox v4.0
## v4.0.1 (FUTURE)
---
## v4.0.0 (2024-05-06) ## v4.0.0 (2024-05-06)
!!! tip "Plugin Maintainers" !!! tip "Plugin Maintainers"

View File

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