Version bump to v0.7.0.

Docs: Update readme/changelog for 0.7.0
This commit is contained in:
2026-03-07 01:39:19 +00:00
parent 86010de60c
commit e4ef065db8
3 changed files with 72 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ Base.metadata.create_all(bind=engine)
ENVIRONMENT = os.getenv("ENVIRONMENT", "production")
# Initialize FastAPI app
VERSION = "0.6.1"
VERSION = "0.7.0"
if ENVIRONMENT == "development":
_build = os.getenv("BUILD_NUMBER", "0")
if _build and _build != "0":