0.1.29
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 18:30:19 +01:00
parent 2a7915a707
commit 4c1bedf166
6 changed files with 26 additions and 7 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.28",
version = "0.1.29",
lifespan=lifespan,
docs_url=None,
redoc_url=None,