1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-15 11:04:17 +02:00

bump version v0.8.5rc52 -> v0.8.5rc53

This commit is contained in:
Nick Sweeting
2024-10-24 15:26:40 -07:00
parent 6770394b95
commit c83abd798c

View File

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