Version bump to 3.00.01

This commit is contained in:
Scott Idem
2026-03-11 09:37:41 -04:00
parent f110c2eecb
commit 03be0ac062
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -96,7 +96,7 @@ app = FastAPI(
# debug = True,
title = 'Aether API',
description = 'One Sky IT\'s Aether API v4 using FastAPI.',
version = '4.9.0',
version = '3.00.01',
operationsSorter = 'method',
lifespan = lifespan,
)