mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-28 14:44:20 -05:00
* docs: add tag documentation * bump docker-compose tags * minor language changes * beta3 changelog * auto-gen API docs * bump version * bump recipe-scrapers
7 lines
120 B
Python
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
|