File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,18 @@ 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.1 ...HEAD )
11+ ## [ Unreleased] ( https://github.com/jeertmans/manim-slides/compare/v5.5.2 ...HEAD )
1212
13- (unreleased-added)=
13+ (v5.5.2)=
14+ ## [ v5.5.2] ( https://github.com/jeertmans/manim-slides/compare/v5.5.1...v5.5.2 )
15+
16+ (v5.5.2-added)=
1417### Added
1518
1619- ` manim-slides render ` now exits with the same return code as the one returned by ` manim render ` or ` manimgl ` .
1720 [ @chrjabs ] ( https://github.com/chrjabs ) [ #545 ] ( https://github.com/jeertmans/manim-slides/pull/545 )
1821
19- (unreleased -chore)=
22+ (v5.5.2 -chore)=
2023### Chore
2124
2225- Moved ` docs ` and ` tests ` extras, as well as ` dev-dependencies ` ,
@@ -36,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3639 dropped support for its API.
3740 [ #550 ] ( https://github.com/jeertmans/manim-slides/pull/550 )
3841
39- (unreleased -fixed)=
42+ (v5.5.2 -fixed)=
4043### Fixed
4144
4245- Fixed potential import issue of ManimGL, importing ` manimlib ` will parse ` sys.argv `
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.1
30+ version : v5.5.2
3131preferred-citation :
3232 publisher :
3333 name : The Open Journal
Original file line number Diff line number Diff line change 1- __version__ = "5.5.1 "
1+ __version__ = "5.5.2 "
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
101101allow_dirty = false
102102commit = true
103103commit_args = " "
104- current_version = " 5.5.1 "
104+ current_version = " 5.5.2 "
105105ignore_missing_version = false
106106message = " chore(deps): bump version from {current_version} to {new_version}"
107107parse = ' (?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