chore: bump version (#1307)

* bump version

* add release notes
This commit is contained in:
Hayden
2022-05-28 17:13:36 -08:00
committed by GitHub
parent ee93d77ace
commit b981cf62bf
5 changed files with 33 additions and 5 deletions

View File

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