From 962ff2bffe52b1a76a223791ecb49b08323c28a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Fri, 3 May 2024 13:48:01 +0200 Subject: [PATCH] chore(deps): bump version from 5.1.6 to 5.1.7 --- 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 97e108e9..b402f4b5 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.6...HEAD) +## [Unreleased](https://github.com/jeertmans/manim-slides/compare/5.1.7...HEAD) -(unreleased-chore)= +(v5.1.7)= +## [v5.1.7](https://github.com/jeertmans/manim-slides/compare/v5.1.6...v5.1.7) + +(v5.1.7-chore)= ### Chore - Improved the CI for bumping the version and README rendering on PyPI. diff --git a/CITATION.cff b/CITATION.cff index 23636f88..d7112c0a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,7 +26,7 @@ keywords: - PowerPoint - Python license: MIT -version: v5.1.6 +version: v5.1.7 preferred-citation: publisher: name: The Open Journal diff --git a/manim_slides/__version__.py b/manim_slides/__version__.py index e7dda09d..4d2666fb 100644 --- a/manim_slides/__version__.py +++ b/manim_slides/__version__.py @@ -1 +1 @@ -__version__ = "5.1.6" +__version__ = "5.1.7" diff --git a/pyproject.toml b/pyproject.toml index 296674f9..7a790472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ Repository = "https://github.com/jeertmans/manim-slides" allow_dirty = false commit = true commit_args = "" -current_version = "5.1.6" +current_version = "5.1.7" 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+))?'