Skip to content

Commit 3b62e6b

Browse files
committed
chore(deps): bump version from 5.1.9 to 5.1.10
1 parent ff9aac4 commit 3b62e6b

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,22 +8,25 @@ 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.1.9...HEAD)
11+
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.1.10...HEAD)
1212

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

1619
- Added `--offline` option to `manim-slides convert` for offline
1720
HTML presentations.
1821
[#440](https://github.com/jeertmans/manim-slides/pull/440)
1922

20-
(unreleased-changed)=
23+
(v5.1.10-changed)=
2124
### Changed
2225

2326
- Allow multiple slide reverses by going backward [@PeculiarProgrammer](https://github.com/PeculiarProgrammer).
2427
[#488](https://github.com/jeertmans/manim-slides/pull/488)
2528

26-
(unreleased-fixed)=
29+
(v5.1.10-fixed)=
2730
### Fixed
2831

2932
- Fixed PyAV issue by pinning its version to `<14`.

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.1.9
29+
version: v5.1.10
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.1.9"
1+
__version__ = "5.1.10"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
8888
allow_dirty = false
8989
commit = true
9090
commit_args = ""
91-
current_version = "5.1.9"
91+
current_version = "5.1.10"
9292
ignore_missing_version = false
9393
message = "chore(deps): bump version from {current_version} to {new_version}"
9494
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'

0 commit comments

Comments
 (0)