File tree 4 files changed +10
-7
lines changed
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,25 @@ 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.1.9 ...HEAD )
11
+ ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.1.10 ...HEAD )
12
12
13
- (unreleased-added)=
13
+ (v5.1.10)=
14
+ ## [ v5.1.10] ( https://github.com/jeertmans/manim-slides/compare/v5.1.9...v5.1.10 )
15
+
16
+ (v5.1.10-added)=
14
17
### Added
15
18
16
19
- Added ` --offline ` option to ` manim-slides convert ` for offline
17
20
HTML presentations.
18
21
[ #440 ] ( https://github.com/jeertmans/manim-slides/pull/440 )
19
22
20
- (unreleased -changed)=
23
+ (v5.1.10 -changed)=
21
24
### Changed
22
25
23
26
- Allow multiple slide reverses by going backward [ @PeculiarProgrammer ] ( https://github.com/PeculiarProgrammer ) .
24
27
[ #488 ] ( https://github.com/jeertmans/manim-slides/pull/488 )
25
28
26
- (unreleased -fixed)=
29
+ (v5.1.10 -fixed)=
27
30
### Fixed
28
31
29
32
- Fixed PyAV issue by pinning its version to ` <14 ` .
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.1.9
29
+ version : v5.1.10
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.1.9 "
1
+ __version__ = "5.1.10 "
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
88
88
allow_dirty = false
89
89
commit = true
90
90
commit_args = " "
91
- current_version = " 5.1.9 "
91
+ current_version = " 5.1.10 "
92
92
ignore_missing_version = false
93
93
message = " chore(deps): bump version from {current_version} to {new_version}"
94
94
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