update to 0.1.28
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
paul2212
2026-03-16 15:18:57 +01:00
parent c3425a2b92
commit 2a7915a707
7 changed files with 125 additions and 208 deletions

View File

@@ -75,7 +75,7 @@ async def lifespan(app: FastAPI): # noqa: ARG001
app = FastAPI(
title="Fichero Printer API",
description="REST API for the Fichero D11s (AiYin) thermal label printer.",
version="0.1.26",
version="0.1.28",
lifespan=lifespan,
docs_url=None,
redoc_url=None,