Skip to content

Commit 9f52e45

Browse files
committed
chore(deps): bump version from 5.5.3 to 5.5.4
1 parent b1a9de3 commit 9f52e45

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ 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.3...HEAD)
11+
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.5.4...HEAD)
12+
13+
(v5.5.4)=
14+
## [v5.5.4](https://github.com/jeertmans/manim-slides/compare/v5.5.3...v5.5.4)
1215

1316
### Chore
1417

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.3
30+
version: v5.5.4
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.3"
1+
__version__ = "5.5.4"

pyproject.toml

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

0 commit comments

Comments
 (0)