chore: bump version to v0.7.0

Beta milestone complete: all open beta tickets closed.
This commit is contained in:
pyr0ball 2026-06-17 09:41:10 -07:00
parent 5da8db2bcd
commit 04013757e7

View file

@ -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,