release: archivebox 0.9.35rc22

This commit is contained in:
Nick Sweeting 2026-06-11 00:15:52 -07:00
parent 9d5ed1bc42
commit 283f0afdb5
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View File

@ -117,6 +117,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=apt-$TARGETARCH$T
&& /usr/bin/uv pip install setuptools pip wheel \
&& /usr/bin/uv sync \
--refresh \
--python-platform linux \
--no-dev \
--inexact \
--no-install-project \

View File

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

View File

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