Bump version to v4.0.9 for release

This commit is contained in:
Jeremy Stretch 2024-08-14 10:06:44 -04:00
parent f3f1aa3841
commit 4747cdef0b

View File

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