Release 17 (devel -> main) #41

Merged
ChaoticByte merged 2 commits from devel into main 2023-04-19 16:27:59 +00:00
Showing only changes of commit 51fda11281 - Show all commits

View file

@ -11,6 +11,6 @@ chmod -c -R g-w,o-rwx .gitignore
export PYTHONPATH="$basedir"
export DJANGO_SETTINGS_MODULE="project.settings"
export APP_VERSION="16"
export APP_VERSION="17"
exec ./scripts/_bootstrap.py "$@"