chore: bump version to v0.7.0
Beta milestone complete: all open beta tickets closed.
This commit is contained in:
parent
5da8db2bcd
commit
570f56a646
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue