Skip to content

Commit 074a029

Browse files
committed
chore(deps): bump version from 5.3.1 to 5.4.0
1 parent b4af760 commit 074a029

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,24 @@ 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.1...HEAD)
11+
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.4.0...HEAD)
1212

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

1619
- Added `skip_animations` compatibility with ManimCE.
1720
[@Rapsssito](https://github.com/Rapsssito) [#516](https://github.com/jeertmans/manim-slides/pull/516)
1821

19-
(unreleased-chore)=
22+
(v5.4.0-chore)=
2023
### Chore
2124

2225
- Bumped Manim to `>=0.19`, as it fixed OpenGL renderer issue.
2326
[#522](https://github.com/jeertmans/manim-slides/pull/522)
2427

25-
(unreleased-fixed)=
28+
(v5.4.0-fixed)=
2629
### Fixed
2730

2831
- Fixed OpenGL renderer having no partial movie files with Manim bindings.

CITATION.cff

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

manim_slides/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.3.1"
1+
__version__ = "5.4.0"

pyproject.toml

+1-1
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.1"
94+
current_version = "5.4.0"
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+))?'

0 commit comments

Comments
 (0)