chore: release 1.1.0
Docker CI / build (push) Failing after 3m6s
Python CI / ruff-format-check (push) Successful in 1m29s
Python CI / ruff (push) Successful in 2m10s
Python CI / ty (push) Failing after 22s
Python CI / coverage (push) Failing after 24s

This commit is contained in:
2026-04-21 23:03:51 +02:00
parent 7c824ff1c0
commit 46a23d2ed0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "stapler"
version = "1.0.0"
version = "1.1.0"
description = "Static pages as simple as a gzip file"
requires-python = ">=3.14"
dependencies = [
@@ -11,7 +11,7 @@ dependencies = [
stapler = "stapler.__main__:main"
[build-system]
requires = ["uv_build>=0.11.7"]
requires = ["uv_build>=0.11.7,<0.12"]
build-backend = "uv_build"
[tool.uv.build-backend]
Generated
+1 -1
View File
@@ -142,7 +142,7 @@ wheels = [
[[package]]
name = "stapler"
version = "1.0.0"
version = "1.1.0"
source = { editable = "." }
dependencies = [
{ name = "requests" },