From 04013757e78d3144e7f397d4911888c2b39f429e Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Wed, 17 Jun 2026 09:41:10 -0700 Subject: [PATCH] chore: bump version to v0.7.0 Beta milestone complete: all open beta tickets closed. --- app/rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/rest.py b/app/rest.py index ad9ddda..45ea1a4 100644 --- a/app/rest.py +++ b/app/rest.py @@ -214,7 +214,7 @@ async def _lifespan(app: FastAPI): close_pool() # no-op if SQLite backend -app = FastAPI(title="Turnstone API", version="0.6.2", docs_url="/turnstone/docs", redoc_url=None, lifespan=_lifespan) +app = FastAPI(title="Turnstone API", version="0.7.0", docs_url="/turnstone/docs", redoc_url=None, lifespan=_lifespan) app.add_middleware( CORSMiddleware,