Version bump to 3.00.01
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Aether API (FastAPI)
|
# Aether API v3.00.x (FastAPI)
|
||||||
|
|
||||||
The **Aether API** is a high-performance, multi-tenant backend infrastructure built using the Python **FastAPI** framework. It serves as the central data and logic hub for the Aether Platform, supporting both legacy applications and modern V3/V4 standards.
|
The **Aether API** is a high-performance, multi-tenant backend infrastructure built using the Python **FastAPI** framework. It serves as the central data and logic hub for the Aether Platform, supporting both legacy applications and modern V3/V4 standards.
|
||||||
|
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ app = FastAPI(
|
|||||||
# debug = True,
|
# debug = True,
|
||||||
title = 'Aether API',
|
title = 'Aether API',
|
||||||
description = 'One Sky IT\'s Aether API v4 using FastAPI.',
|
description = 'One Sky IT\'s Aether API v4 using FastAPI.',
|
||||||
version = '4.9.0',
|
version = '3.00.01',
|
||||||
operationsSorter = 'method',
|
operationsSorter = 'method',
|
||||||
lifespan = lifespan,
|
lifespan = lifespan,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user