mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00
![pre-commit-ci[bot]](/assets/img/avatar_default.png)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.288 → v0.0.290](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.288...v0.0.290) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
21 lines
618 B
INI
21 lines
618 B
INI
[bumpversion]
|
|
current_version = 5.0.0-rc2
|
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
|
|
serialize =
|
|
{major}.{minor}.{patch}-rc{release}
|
|
{major}.{minor}.{patch}
|
|
commit = True
|
|
message = chore(version): bump {current_version} to {new_version}
|
|
|
|
[bumpversion:file:manim_slides/__version__.py]
|
|
search = __version__ = "{current_version}"
|
|
replace = __version__ = "{new_version}"
|
|
|
|
[bumpversion:file:pyproject.toml]
|
|
search = version = "{current_version}"
|
|
replace = version = "{new_version}"
|
|
|
|
[bumpversion:file:CITATION.cff]
|
|
search = version: v{current_version}
|
|
replace = version: v{new_version}
|