Release v4.0.10

This commit is contained in:
Jeremy Stretch
2024-08-29 09:25:58 -04:00
parent 8666b4d1b0
commit ac107adb49
5 changed files with 6 additions and 6 deletions

View File

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