Skip to content

Commit ef28230

Browse files
committed
chore(deps): bump version from 5.3.0 to 5.3.1
1 parent a9ba1b4 commit ef28230

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
<!-- start changelog -->
99

1010
(unreleased)=
11-
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.3.0...HEAD)
11+
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.3.1...HEAD)
1212

13-
(unreleased-fixed)=
13+
(v5.3.1)=
14+
## [v5.3.1](https://github.com/jeertmans/manim-slides/compare/v5.3.0...v5.3.1)
15+
16+
(v5.3.1-fixed)=
1417
### Fixed
1518

1619
- Fixed HTML template to avoid missing slides when exporting with `--one-file`.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ keywords:
2626
- PowerPoint
2727
- Python
2828
license: MIT
29-
version: v5.3.0
29+
version: v5.3.1
3030
preferred-citation:
3131
publisher:
3232
name: The Open Journal

manim_slides/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.3.0"
1+
__version__ = "5.3.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
9191
allow_dirty = false
9292
commit = true
9393
commit_args = ""
94-
current_version = "5.3.0"
94+
current_version = "5.3.1"
9595
ignore_missing_version = false
9696
message = "chore(deps): bump version from {current_version} to {new_version}"
9797
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)