bump version 0.8.5rc51 -> 0.8.5rc52

This commit is contained in:
Nick Sweeting 2024-10-24 15:13:26 -07:00
parent 9e4e5d5113
commit 922fd42b69
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
[project]
name = "archivebox"
version = "0.8.5rc51"
version = "0.8.5rc52"
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 = "0.8.5rc51"
current_version = "0.8.5rc52"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "v{new_version}"