Release 20 (devel -> main) #43

Merged
ChaoticByte merged 2 commits from devel into main 2023-11-01 18:35:43 +00:00
Showing only changes of commit b48a1c1888 - Show all commits

View file

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