File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ 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.5.3...HEAD )
11+ ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.5.4...HEAD )
12+
13+ (v5.5.4)=
14+ ## [ v5.5.4] ( https://github.com/jeertmans/manim-slides/compare/v5.5.3...v5.5.4 )
1215
1316### Chore
1417
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ keywords:
2727 - PowerPoint
2828 - Python
2929license : MIT
30- version : v5.5.3
30+ version : v5.5.4
3131preferred-citation :
3232 publisher :
3333 name : The Open Journal
Original file line number Diff line number Diff line change 1- __version__ = "5.5.3 "
1+ __version__ = "5.5.4 "
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
102102allow_dirty = false
103103commit = true
104104commit_args = " "
105- current_version = " 5.5.3 "
105+ current_version = " 5.5.4 "
106106ignore_missing_version = false
107107message = " chore(deps): bump version from {current_version} to {new_version}"
108108parse = ' (?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