Release ArchiveBox 0.9.35rc225

This commit is contained in:
Nick Sweeting 2026-08-12 17:22:30 -07:00
parent 8e91bcc4db
commit e1b782c14d
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
[project]
name = "archivebox"
version = "0.9.35rc224"
version = "0.9.35rc225"
requires-python = ">=3.13"
description = "Self-hosted internet archiving solution."
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
@ -344,7 +344,7 @@ Donate = "https://github.com/ArchiveBox/ArchiveBox/wiki/Donations"
[tool.bumpver]
current_version = "v0.9.35rc224"
current_version = "v0.9.35rc225"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"

View File

@ -13,11 +13,11 @@ supported-markers = [
]
[options]
exclude-newer = "2026-08-08T00:12:24.922134Z"
exclude-newer = "2026-08-08T00:22:29.279853Z"
exclude-newer-span = "P5D"
[options.exclude-newer-package]
abxbus = { timestamp = "2026-08-13T00:12:23.922224Z", span = "PT1S" }
abxbus = { timestamp = "2026-08-13T00:22:28.280359Z", span = "PT1S" }
abx-plugins = "2100-01-01T00:00:00Z"
abx-dl = "2100-01-01T00:00:00Z"
abxpkg = "2100-01-01T00:00:00Z"
@ -122,7 +122,7 @@ wheels = [
[[package]]
name = "archivebox"
version = "0.9.35rc224"
version = "0.9.35rc225"
source = { editable = "." }
dependencies = [
{ name = "abx-dl", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },