Files
mealie/mealie/core/settings/static.py
Hayden 56eb0bca71 release: prep beta 3 (#1349)
* docs: add tag documentation

* bump docker-compose tags

* minor language changes

* beta3 changelog

* auto-gen API docs

* bump version

* bump recipe-scrapers
2022-06-07 11:19:24 -08:00

7 lines
120 B
Python

from pathlib import Path
APP_VERSION = "v1.0.0beta-3"
CWD = Path(__file__).parent
BASE_DIR = CWD.parent.parent.parent