From 02a6cb91cdc4a5e150e5fecc2ec44e363773a55e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 24 May 2026 01:11:45 -0700 Subject: [PATCH] release: archivebox 0.9.31rc26 --- archivebox/templates/admin/index.html | 4 +--- etc/package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/archivebox/templates/admin/index.html b/archivebox/templates/admin/index.html index a25c84ca..0cba31aa 100644 --- a/archivebox/templates/admin/index.html +++ b/archivebox/templates/admin/index.html @@ -44,9 +44,7 @@ } .abx-admin-hero { - margin: 0 0 16px; - padding: 8px 0 12px; - border-bottom: 1px solid var(--abx-paper-3); + display: none; } .abx-admin-kicker { diff --git a/etc/package.json b/etc/package.json index a8c4c9ec..485de0d0 100644 --- a/etc/package.json +++ b/etc/package.json @@ -1,6 +1,6 @@ { "name": "archivebox", - "version": "0.9.31rc25", + "version": "0.9.31rc26", "repository": "github:ArchiveBox/ArchiveBox", "license": "MIT", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index 61b37d3e..57d66298 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "archivebox" -version = "0.9.31rc25" +version = "0.9.31rc26" requires-python = ">=3.13" description = "Self-hosted internet archiving solution." authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]