mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Bump release version to 0.9.35rc437
Some checks failed
CI / Linters (push) Has been cancelled
CI / Install and CLI platform compatibility (push) Has been cancelled
CI / Discovered test matrix (push) Has been cancelled
CI / Documentation and root tests (push) Has been cancelled
CI / CodeQL (push) Has been cancelled
CI / Tested Python artifacts (push) Has been cancelled
CI / Tested Docker images (push) Has been cancelled
Deploy Publicsite to GitHub Pages / deploy (push) Has been cancelled
Release candidate / prepare (push) Has been cancelled
CI / All required CI lanes (push) Has been cancelled
Release candidate / python-artifacts (push) Has been cancelled
Release candidate / docker-digests (push) Has been cancelled
Some checks failed
CI / Linters (push) Has been cancelled
CI / Install and CLI platform compatibility (push) Has been cancelled
CI / Discovered test matrix (push) Has been cancelled
CI / Documentation and root tests (push) Has been cancelled
CI / CodeQL (push) Has been cancelled
CI / Tested Python artifacts (push) Has been cancelled
CI / Tested Docker images (push) Has been cancelled
Deploy Publicsite to GitHub Pages / deploy (push) Has been cancelled
Release candidate / prepare (push) Has been cancelled
CI / All required CI lanes (push) Has been cancelled
Release candidate / python-artifacts (push) Has been cancelled
Release candidate / docker-digests (push) Has been cancelled
This commit is contained in:
parent
2066f6636b
commit
2a33e1c46b
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "archivebox",
|
"name": "archivebox",
|
||||||
"version": "0.9.35rc436",
|
"version": "0.9.35rc437",
|
||||||
"repository": "github:ArchiveBox/ArchiveBox",
|
"repository": "github:ArchiveBox/ArchiveBox",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "archivebox"
|
name = "archivebox"
|
||||||
version = "0.9.35rc436"
|
version = "0.9.35rc437"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
description = "Self-hosted internet archiving solution."
|
description = "Self-hosted internet archiving solution."
|
||||||
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
|
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
|
||||||
@ -341,7 +341,7 @@ Donate = "https://github.com/ArchiveBox/ArchiveBox/wiki/Donations"
|
|||||||
|
|
||||||
|
|
||||||
[tool.bumpver]
|
[tool.bumpver]
|
||||||
current_version = "v0.9.35rc436"
|
current_version = "v0.9.35rc437"
|
||||||
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
|
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
|
||||||
commit_message = "bump version {old_version} -> {new_version}"
|
commit_message = "bump version {old_version} -> {new_version}"
|
||||||
tag_message = "{new_version}"
|
tag_message = "{new_version}"
|
||||||
|
|||||||
2
uv.lock
2
uv.lock
@ -127,7 +127,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "archivebox"
|
name = "archivebox"
|
||||||
version = "0.9.35rc436"
|
version = "0.9.35rc437"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "abx-dl", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
|
{ name = "abx-dl", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user