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.5.0 ...HEAD )
11
+ ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.5.1 ...HEAD )
12
12
13
- (unreleased-changed)=
13
+ (v5.5.1)=
14
+ ## [ v5.5.1] ( https://github.com/jeertmans/manim-slides/compare/v5.5.0...v5.5.1 )
15
+
16
+ (v5.5.1-changed)=
14
17
### Changed
15
18
16
19
- HTML template now always includes the * notes* plugin so that the speaker
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ keywords:
27
27
- PowerPoint
28
28
- Python
29
29
license : MIT
30
- version : v5.5.0
30
+ version : v5.5.1
31
31
preferred-citation :
32
32
publisher :
33
33
name : The Open Journal
Original file line number Diff line number Diff line change 1
- __version__ = "5.5.0 "
1
+ __version__ = "5.5.1 "
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
92
92
allow_dirty = false
93
93
commit = true
94
94
commit_args = " "
95
- current_version = " 5.5.0 "
95
+ current_version = " 5.5.1 "
96
96
ignore_missing_version = false
97
97
message = " chore(deps): bump version from {current_version} to {new_version}"
98
98
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