File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
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
8
8
<!-- start changelog -->
9
9
10
10
(unreleased)=
11
- ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.4.1 ...HEAD )
11
+ ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.4.2 ...HEAD )
12
12
13
- (unreleased-fixed)=
13
+ (v5.4.2)=
14
+ ## [ v5.4.2] ( https://github.com/jeertmans/manim-slides/compare/v5.4.1...v5.4.2 )
15
+
16
+ (v5.4.2-fixed)=
14
17
### Fixed
15
18
16
19
- Fixed ` start_skip_animations ` to actually pass argument to ManimCE,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ keywords:
26
26
- PowerPoint
27
27
- Python
28
28
license : MIT
29
- version : v5.4.1
29
+ version : v5.4.2
30
30
preferred-citation :
31
31
publisher :
32
32
name : The Open Journal
Original file line number Diff line number Diff line change 1
- __version__ = "5.4.1 "
1
+ __version__ = "5.4.2 "
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
91
91
allow_dirty = false
92
92
commit = true
93
93
commit_args = " "
94
- current_version = " 5.4.1 "
94
+ current_version = " 5.4.2 "
95
95
ignore_missing_version = false
96
96
message = " chore(deps): bump version from {current_version} to {new_version}"
97
97
parse = ' (?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