From 2169938df758c519906c14036265ced50276381f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Tue, 24 Dec 2024 11:12:02 +0100 Subject: [PATCH] chore(deps): bump version from 5.1.10 to 5.2.0 --- CHANGELOG.md | 9 ++++++--- CITATION.cff | 2 +- manim_slides/__version__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adfdb5d..78a8ddd 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.1.10...HEAD) +## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.2.0...HEAD) -(unreleased-changed)= +(v5.2.0)= +## [v5.2.0](https://github.com/jeertmans/manim-slides/compare/v5.1.10...v5.2.0) + +(v5.2.0-changed)= ### Changed - The info window is now only shown in presentations when there @@ -21,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [@PeculiarProgrammer](https://github.com/PeculiarProgrammer) [#482](https://github.com/jeertmans/manim-slides/pull/482) -(unreleased-chore)= +(v5.2.0-chore)= ### Chore - Bump ManimGL to `>=1.7.1`, to remove conflicting dependencies diff --git a/CITATION.cff b/CITATION.cff index c2e9222..8eb3ea2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,7 +26,7 @@ keywords: - PowerPoint - Python license: MIT -version: v5.1.10 +version: v5.2.0 preferred-citation: publisher: name: The Open Journal diff --git a/manim_slides/__version__.py b/manim_slides/__version__.py index 2d9e534..6c235c5 100644 --- a/manim_slides/__version__.py +++ b/manim_slides/__version__.py @@ -1 +1 @@ -__version__ = "5.1.10" +__version__ = "5.2.0" diff --git a/pyproject.toml b/pyproject.toml index a23a64e..d2234d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ Repository = "https://github.com/jeertmans/manim-slides" allow_dirty = false commit = true commit_args = "" -current_version = "5.1.10" +current_version = "5.2.0" 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+))?'