Release v4.0.0

This commit is contained in:
Jeremy Stretch
2024-05-06 14:40:31 -04:00
parent 879ed11209
commit beece4040f
12 changed files with 9 additions and 12 deletions

View File

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