This commit is contained in:
Jeremy Stretch
2024-08-14 10:27:03 -04:00
parent 2852baf4f7
commit 304d74f3ce
2 changed files with 5 additions and 1 deletions

View File

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