Docs/finale changelog (#530)

* bump version

* add data loss warning

* request correct image

Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
Hayden
2021-06-16 19:26:15 -08:00
committed by GitHub
parent ee1a11ea57
commit 396d2ccf61
5 changed files with 7 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ from typing import Any, Optional, Union
import dotenv
from pydantic import BaseSettings, Field, PostgresDsn, validator
APP_VERSION = "v0.5.0beta"
APP_VERSION = "v0.5.0"
DB_VERSION = "v0.5.0"
CWD = Path(__file__).parent