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
This commit is contained in:
Hayden
2022-06-07 11:19:24 -08:00
committed by GitHub
parent eca8a96509
commit 56eb0bca71
11 changed files with 83 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
from pathlib import Path
APP_VERSION = "v1.0.0beta-2"
APP_VERSION = "v1.0.0beta-3"
CWD = Path(__file__).parent
BASE_DIR = CWD.parent.parent.parent