File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88<!-- start changelog -->
99
1010(unreleased)=
11- ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.4.2 ...HEAD )
11+ ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.5.0 ...HEAD )
1212
13- (unreleased-added)=
13+ (v5.5.0)=
14+ ## [ v5.5.0] ( https://github.com/jeertmans/manim-slides/compare/v5.4.2...v5.5.0 )
15+
16+ (v5.5.0-added)=
1417### Added
1518
1619- 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
1922 videos as slides.
2023 [ #526 ] ( https://github.com/jeertmans/manim-slides/pull/526 )
2124
22- (unreleased -changed)=
25+ (v5.5.0 -changed)=
2326### Changed
2427
2528- Automatically split large video animations into smaller chunks
2629 for lightweight (and potentially faster) reversed animations generation.
2730 [ #439 ] ( https://github.com/jeertmans/manim-slides/pull/439 )
2831
29- (unreleased -chore)=
32+ (v5.5.0 -chore)=
3033### Chore
3134
3235- Trimmed whitespaces in HTML template.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ keywords:
2727 - PowerPoint
2828 - Python
2929license : MIT
30- version : v5.4.2
30+ version : v5.5.0
3131preferred-citation :
3232 publisher :
3333 name : The Open Journal
Original file line number Diff line number Diff line change 1- __version__ = "5.4.2 "
1+ __version__ = "5.5.0 "
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
9292allow_dirty = false
9393commit = true
9494commit_args = " "
95- current_version = " 5.4.2 "
95+ current_version = " 5.5.0 "
9696ignore_missing_version = false
9797message = " chore(deps): bump version from {current_version} to {new_version}"
9898parse = ' (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'
You can’t perform that action at this time.
0 commit comments