Align ArchiveBox release publisher workflow

This commit is contained in:
Nick Sweeting 2026-07-27 21:54:51 -07:00
parent dd1f089c5c
commit c3cfb312f0
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -123,7 +123,7 @@ wheels = [
[[package]]
name = "archivebox"
version = "0.9.35rc153"
version = "0.9.35rc154"
source = { editable = "." }
dependencies = [
{ name = "abx-dl" },