From a8903b809dd807ced2a27774ccb15ded57ededfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Tue, 15 Oct 2024 17:24:48 +0200 Subject: [PATCH] chore(deps): bump version from 5.1.8 to 5.1.9 --- CHANGELOG.md | 7 +++++-- CITATION.cff | 2 +- manim_slides/__version__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 513e3578..60bf4bdc 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.8...HEAD) +## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.1.9...HEAD) -(unreleased-fixed)= +(v5.1.9)= +## [v5.1.9](https://github.com/jeertmans/manim-slides/compare/v5.1.8...v5.1.9) + +(v5.1.9-fixed)= ## Chore - Fixed failing docker builds. diff --git a/CITATION.cff b/CITATION.cff index 34381ce6..f494376c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,7 +26,7 @@ keywords: - PowerPoint - Python license: MIT -version: v5.1.8 +version: v5.1.9 preferred-citation: publisher: name: The Open Journal diff --git a/manim_slides/__version__.py b/manim_slides/__version__.py index 413e8b7d..e8b5cf65 100644 --- a/manim_slides/__version__.py +++ b/manim_slides/__version__.py @@ -1 +1 @@ -__version__ = "5.1.8" +__version__ = "5.1.9" diff --git a/pyproject.toml b/pyproject.toml index 5a0f1f80..c585afe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ Repository = "https://github.com/jeertmans/manim-slides" allow_dirty = false commit = true commit_args = "" -current_version = "5.1.8" +current_version = "5.1.9" 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+))?'