mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00

* feat(present): add audio output This PR adds the necessary audio output to the presenter mode, so it can play audio contained in video files, see #375. However, this does not fix the issue that slides do not contain audio by default, but should be solved by Manim, see #375 for updates on that topic. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix: PR number --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
17 lines
504 B
INI
17 lines
504 B
INI
[bumpversion]
|
|
current_version = 5.1.3
|
|
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:CITATION.cff]
|
|
search = version: v{current_version}
|
|
replace = version: v{new_version}
|