release: v0.9.35rc128

This commit is contained in:
github-actions[bot] 2026-07-20 20:09:34 +00:00
parent ecf35c33d6
commit 2d5760642a
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "archivebox",
"version": "0.9.35rc127",
"version": "0.9.35rc128",
"repository": "github:ArchiveBox/ArchiveBox",
"license": "MIT",
"dependencies": {

View File

@ -1,6 +1,6 @@
[project]
name = "archivebox"
version = "0.9.35rc127"
version = "0.9.35rc128"
requires-python = ">=3.13"
description = "Self-hosted internet archiving solution."
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]

View File

@ -13,11 +13,11 @@ supported-markers = [
]
[options]
exclude-newer = "2026-07-15T20:07:41.087919Z"
exclude-newer = "2026-07-15T20:09:26.229623556Z"
exclude-newer-span = "P5D"
[options.exclude-newer-package]
abxbus = { timestamp = "2026-07-20T20:07:40.087935Z", span = "PT1S" }
abxbus = { timestamp = "2026-07-20T20:09:25.229634076Z", span = "PT1S" }
abx-plugins = "2100-01-01T00:00:00Z"
abx-dl = "2100-01-01T00:00:00Z"
abxpkg = "2100-01-01T00:00:00Z"
@ -124,7 +124,7 @@ wheels = [
[[package]]
name = "archivebox"
version = "0.9.35rc127"
version = "0.9.35rc128"
source = { editable = "." }
dependencies = [
{ name = "abx-dl", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },