Skip to content

Commit 2169938

Browse files
committed
chore(deps): bump version from 5.1.10 to 5.2.0
1 parent a207248 commit 2169938

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

+6-3
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.1.10...HEAD)
11+
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.2.0...HEAD)
1212

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

1619
- The info window is now only shown in presentations when there
@@ -21,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2124
[@PeculiarProgrammer](https://github.com/PeculiarProgrammer)
2225
[#482](https://github.com/jeertmans/manim-slides/pull/482)
2326

24-
(unreleased-chore)=
27+
(v5.2.0-chore)=
2528
### Chore
2629

2730
- Bump ManimGL to `>=1.7.1`, to remove conflicting dependencies

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.10
29+
version: v5.2.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.1.10"
1+
__version__ = "5.2.0"

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.10"
91+
current_version = "5.2.0"
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)