chore(deps): bump version from 5.3.0 to 5.3.1

This commit is contained in:
Jérome Eertmans
2025-01-15 14:57:28 +01:00
parent a9ba1b4fad
commit ef282300f1
5 changed files with 9 additions and 6 deletions

View File

@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- start changelog -->
(unreleased)=
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.3.0...HEAD)
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.3.1...HEAD)
(unreleased-fixed)=
(v5.3.1)=
## [v5.3.1](https://github.com/jeertmans/manim-slides/compare/v5.3.0...v5.3.1)
(v5.3.1-fixed)=
### Fixed
- Fixed HTML template to avoid missing slides when exporting with `--one-file`.

View File

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

View File

@ -1 +1 @@
__version__ = "5.3.0"
__version__ = "5.3.1"

View File

@ -91,7 +91,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
allow_dirty = false
commit = true
commit_args = ""
current_version = "5.3.0"
current_version = "5.3.1"
ignore_missing_version = false
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+))?'

2
uv.lock generated
View File

@ -1482,7 +1482,7 @@ wheels = [
[[package]]
name = "manim-slides"
version = "5.3.0"
version = "5.3.1"
source = { editable = "." }
dependencies = [
{ name = "av" },