File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 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
88<!-- start changelog -->
99
1010(unreleased)=
11- ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.1.8 ...HEAD )
11+ ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.1.9 ...HEAD )
1212
13- (unreleased-fixed)=
13+ (v5.1.9)=
14+ ## [ v5.1.9] ( https://github.com/jeertmans/manim-slides/compare/v5.1.8...v5.1.9 )
15+
16+ (v5.1.9-fixed)=
1417## Chore
1518
1619- Fixed failing docker builds.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ keywords:
2626 - PowerPoint
2727 - Python
2828license : MIT
29- version : v5.1.8
29+ version : v5.1.9
3030preferred-citation :
3131 publisher :
3232 name : The Open Journal
Original file line number Diff line number Diff line change 1- __version__ = "5.1.8 "
1+ __version__ = "5.1.9 "
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
8787allow_dirty = false
8888commit = true
8989commit_args = " "
90- current_version = " 5.1.8 "
90+ current_version = " 5.1.9 "
9191ignore_missing_version = false
9292message = " chore(deps): bump version from {current_version} to {new_version}"
9393parse = ' (?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