release: archivebox 0.9.31rc26

This commit is contained in:
Nick Sweeting 2026-05-24 01:11:45 -07:00
parent 1e14251787
commit 02a6cb91cd
No known key found for this signature in database
3 changed files with 3 additions and 5 deletions

View File

@ -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 {

View File

@ -1,6 +1,6 @@
{
"name": "archivebox",
"version": "0.9.31rc25",
"version": "0.9.31rc26",
"repository": "github:ArchiveBox/ArchiveBox",
"license": "MIT",
"dependencies": {

View File

@ -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"}]