chore(deps): bump version from 5.4.2 to 5.5.0

This commit is contained in:
Jérome Eertmans
2025-03-24 15:05:53 +01:00
parent 7a922db6f1
commit d3396d3a01
4 changed files with 10 additions and 7 deletions

View File

@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- start changelog -->
(unreleased)=
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.4.2...HEAD)
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.5.0...HEAD)
(unreleased-added)=
(v5.5.0)=
## [v5.5.0](https://github.com/jeertmans/manim-slides/compare/v5.4.2...v5.5.0)
(v5.5.0-added)=
### Added
- Added `max_duration_before_split_reverse` and `num_processes` class variables.
@ -19,14 +22,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
videos as slides.
[#526](https://github.com/jeertmans/manim-slides/pull/526)
(unreleased-changed)=
(v5.5.0-changed)=
### Changed
- Automatically split large video animations into smaller chunks
for lightweight (and potentially faster) reversed animations generation.
[#439](https://github.com/jeertmans/manim-slides/pull/439)
(unreleased-chore)=
(v5.5.0-chore)=
### Chore
- Trimmed whitespaces in HTML template.

View File

@ -27,7 +27,7 @@ keywords:
- PowerPoint
- Python
license: MIT
version: v5.4.2
version: v5.5.0
preferred-citation:
publisher:
name: The Open Journal

View File

@ -1 +1 @@
__version__ = "5.4.2"
__version__ = "5.5.0"

View File

@ -92,7 +92,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
allow_dirty = false
commit = true
commit_args = ""
current_version = "5.4.2"
current_version = "5.5.0"
ignore_missing_version = false
message = "chore(deps): bump version from {current_version} to {new_version}"
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'