From 2e9be6751e0d62ac60d0db731d01c29a72bc405f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 11 Jun 2026 00:48:08 -0700 Subject: [PATCH] release: archivebox 0.9.35rc24 --- Dockerfile | 1 - etc/package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index feb2c489..ee03f96e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -157,7 +157,6 @@ PY /usr/bin/uv sync \ --project /tmp/archivebox-uv-project \ --refresh \ - --python-platform linux \ --no-dev \ --inexact \ --no-install-project \ diff --git a/etc/package.json b/etc/package.json index 7f977286..c7d3ad99 100644 --- a/etc/package.json +++ b/etc/package.json @@ -1,6 +1,6 @@ { "name": "archivebox", - "version": "0.9.35rc23", + "version": "0.9.35rc24", "repository": "github:ArchiveBox/ArchiveBox", "license": "MIT", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index 862d40d5..de404965 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.35rc23" +version = "0.9.35rc24" requires-python = ">=3.13" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]