Release v4.0.11

This commit is contained in:
Jeremy Stretch
2024-09-03 10:33:47 -04:00
parent 7d5414b2bb
commit b352fc5bc2
5 changed files with 18 additions and 8 deletions

View File

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