1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Release v4.0-beta1

This commit is contained in:
Jeremy Stretch
2024-04-03 08:44:34 -04:00
parent 489e956d83
commit 97b9117982
4 changed files with 9 additions and 8 deletions

View File

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