diff --git a/CHANGELOG.md b/CHANGELOG.md index de53010..e62c319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 (unreleased)= -## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.5.1...HEAD) +## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.5.2...HEAD) -(unreleased-added)= +(v5.5.2)= +## [v5.5.2](https://github.com/jeertmans/manim-slides/compare/v5.5.1...v5.5.2) + +(v5.5.2-added)= ### Added - `manim-slides render` now exits with the same return code as the one returned by `manim render` or `manimgl`. [@chrjabs](https://github.com/chrjabs) [#545](https://github.com/jeertmans/manim-slides/pull/545) -(unreleased-chore)= +(v5.5.2-chore)= ### Chore - 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 dropped support for its API. [#550](https://github.com/jeertmans/manim-slides/pull/550) -(unreleased-fixed)= +(v5.5.2-fixed)= ### Fixed - Fixed potential import issue of ManimGL, importing `manimlib` will parse `sys.argv` diff --git a/CITATION.cff b/CITATION.cff index ae43eb5..55d5470 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -27,7 +27,7 @@ keywords: - PowerPoint - Python license: MIT -version: v5.5.1 +version: v5.5.2 preferred-citation: publisher: name: The Open Journal diff --git a/manim_slides/__version__.py b/manim_slides/__version__.py index f680f9f..9fe27ee 100644 --- a/manim_slides/__version__.py +++ b/manim_slides/__version__.py @@ -1 +1 @@ -__version__ = "5.5.1" +__version__ = "5.5.2" diff --git a/pyproject.toml b/pyproject.toml index b6d35c3..e5da959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ Repository = "https://github.com/jeertmans/manim-slides" allow_dirty = false commit = true commit_args = "" -current_version = "5.5.1" +current_version = "5.5.2" ignore_missing_version = false message = "chore(deps): bump version from {current_version} to {new_version}" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(-rc(?P\d+))?'