Version bump just because.

This commit is contained in:
Scott Idem
2026-04-02 16:51:34 -04:00
parent b5c50fd116
commit 42eaa6676e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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