chore(deps): bump version from 5.1.8 to 5.1.9

This commit is contained in:
Jérome Eertmans
2024-10-15 17:24:48 +02:00
parent d813aaf313
commit a8903b809d
4 changed files with 8 additions and 5 deletions

View File

@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- start changelog --> <!-- start changelog -->
(unreleased)= (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 ## Chore
- Fixed failing docker builds. - Fixed failing docker builds.

View File

@ -26,7 +26,7 @@ keywords:
- PowerPoint - PowerPoint
- Python - Python
license: MIT license: MIT
version: v5.1.8 version: v5.1.9
preferred-citation: preferred-citation:
publisher: publisher:
name: The Open Journal name: The Open Journal

View File

@ -1 +1 @@
__version__ = "5.1.8" __version__ = "5.1.9"

View File

@ -87,7 +87,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
allow_dirty = false allow_dirty = false
commit = true commit = true
commit_args = "" commit_args = ""
current_version = "5.1.8" current_version = "5.1.9"
ignore_missing_version = false ignore_missing_version = false
message = "chore(deps): bump version from {current_version} to {new_version}" message = "chore(deps): bump version from {current_version} to {new_version}"
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?' parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'