diff --git a/CHANGELOG.md b/CHANGELOG.md index 24717d4..20a12b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 (unreleased)= -## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.4.0...HEAD) +## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.4.1...HEAD) -(unreleased-added)= +(v5.4.1)= +## [v5.4.1](https://github.com/jeertmans/manim-slides/compare/v5.4.0...v5.4.1) + +(v5.4.1-added)= ### Added - Added `start_skip_animations` and `stop_skip_animations` methods. diff --git a/CITATION.cff b/CITATION.cff index af4d250..1a2a133 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,7 +26,7 @@ keywords: - PowerPoint - Python license: MIT -version: v5.4.0 +version: v5.4.1 preferred-citation: publisher: name: The Open Journal diff --git a/manim_slides/__version__.py b/manim_slides/__version__.py index fc30498..1e41bf8 100644 --- a/manim_slides/__version__.py +++ b/manim_slides/__version__.py @@ -1 +1 @@ -__version__ = "5.4.0" +__version__ = "5.4.1" diff --git a/pyproject.toml b/pyproject.toml index 308c33d..730a364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ Repository = "https://github.com/jeertmans/manim-slides" allow_dirty = false commit = true commit_args = "" -current_version = "5.4.0" +current_version = "5.4.1" 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+))?'