File tree 4 files changed +9
-6
lines changed
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,19 @@ 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.2 .0...HEAD )
11
+ ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.3 .0...HEAD )
12
12
13
- (unreleased-added)=
13
+ (v5.3.0)=
14
+ ## [ v5.3.0] ( https://github.com/jeertmans/manim-slides/compare/v5.2.0...v5.3.0 )
15
+
16
+ (v5.3.0-added)=
14
17
### Added
15
18
16
19
- Added CSS and JS inline for ` manim-slides convert ` if ` --offline `
17
20
and ` --one-file ` (` -cone_file ` ) are used for HTML output.
18
21
[ @Rapsssito ] ( https://github.com/Rapsssito ) [ #505 ] ( https://github.com/jeertmans/manim-slides/pull/505 )
19
22
20
- (unreleased -changed)=
23
+ (v5.3.0 -changed)=
21
24
### Changed
22
25
23
26
- Deprecate ` -cdata_uri ` in favor of ` -cone_file ` for ` manim-slides convert ` .
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.2 .0
29
+ version : v5.3 .0
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.2 .0"
1
+ __version__ = "5.3 .0"
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
90
90
allow_dirty = false
91
91
commit = true
92
92
commit_args = " "
93
- current_version = " 5.2 .0"
93
+ current_version = " 5.3 .0"
94
94
ignore_missing_version = false
95
95
message = " chore(deps): bump version from {current_version} to {new_version}"
96
96
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