Skip to content

Commit 4e9cabf

Browse files
committed
chore(deps): bump version from 5.5.1 to 5.5.2
1 parent 36ac50a commit 4e9cabf

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ 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.5.1...HEAD)
11+
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.5.2...HEAD)
1212

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

1619
- `manim-slides render` now exits with the same return code as the one returned by `manim render` or `manimgl`.
1720
[@chrjabs](https://github.com/chrjabs) [#545](https://github.com/jeertmans/manim-slides/pull/545)
1821

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

2225
- Moved `docs` and `tests` extras, as well as `dev-dependencies`,
@@ -36,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3639
dropped support for its API.
3740
[#550](https://github.com/jeertmans/manim-slides/pull/550)
3841

39-
(unreleased-fixed)=
42+
(v5.5.2-fixed)=
4043
### Fixed
4144

4245
- Fixed potential import issue of ManimGL, importing `manimlib` will parse `sys.argv`

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ keywords:
2727
- PowerPoint
2828
- Python
2929
license: MIT
30-
version: v5.5.1
30+
version: v5.5.2
3131
preferred-citation:
3232
publisher:
3333
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.5.1"
1+
__version__ = "5.5.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
101101
allow_dirty = false
102102
commit = true
103103
commit_args = ""
104-
current_version = "5.5.1"
104+
current_version = "5.5.2"
105105
ignore_missing_version = false
106106
message = "chore(deps): bump version from {current_version} to {new_version}"
107107
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'

0 commit comments

Comments
 (0)