chore: release 1.2.4
Python Lint CI / ruff (push) Successful in 1m8s
Docker CI / docker-build (push) Successful in 2m2s
Python Lint CI / ruff-format-check (push) Successful in 1m40s
Python Lint CI / ty (push) Successful in 1m44s
Python Test CI / coverage (push) Successful in 2m2s

This commit is contained in:
2026-05-04 23:02:32 +02:00
parent 3fe33cb348
commit 5e5147251f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "stapler"
version = "1.2.3"
version = "1.2.4"
description = "Static pages as simple as a gzip file"
requires-python = ">=3.14"
dependencies = [
Generated
+1 -1
View File
@@ -203,7 +203,7 @@ wheels = [
[[package]]
name = "stapler"
version = "1.2.3"
version = "1.2.4"
source = { editable = "." }
dependencies = [
{ name = "requests" },