Version bump just because.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
# Aether API v3.x (FastAPI)
|
# Aether API v3.00.xx (FastAPI)
|
||||||
|
|
||||||
The **Aether API** is a high-performance, multi-tenant backend for the Aether Platform, built on Python **FastAPI**. It powers both legacy and modern (V3/V4) applications, and is now fully containerized for robust, scalable deployment.
|
The **Aether API** is a high-performance, multi-tenant backend for the Aether Platform, built on Python **FastAPI**. It powers both legacy and modern (V3/V4) applications, and is now fully containerized for robust, scalable deployment.
|
||||||
|
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ app = FastAPI(
|
|||||||
# debug = True,
|
# debug = True,
|
||||||
title = 'Aether API',
|
title = 'Aether API',
|
||||||
description = 'One Sky IT\'s Aether API v3.0 using FastAPI.',
|
description = 'One Sky IT\'s Aether API v3.0 using FastAPI.',
|
||||||
version = '3.00.03',
|
version = '3.00.10',
|
||||||
operationsSorter = 'method',
|
operationsSorter = 'method',
|
||||||
lifespan = lifespan,
|
lifespan = lifespan,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user