Skip to content

Commit 3e0268a

Browse files
committed
chore(deps): bump version from 5.5.0 to 5.5.1
1 parent 6e14dc9 commit 3e0268a

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

+5-2
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.5.0...HEAD)
11+
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.5.1...HEAD)
1212

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

1619
- HTML template now always includes the *notes* plugin so that the speaker

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ keywords:
2727
- PowerPoint
2828
- Python
2929
license: MIT
30-
version: v5.5.0
30+
version: v5.5.1
3131
preferred-citation:
3232
publisher:
3333
name: The Open Journal

manim_slides/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.5.0"
1+
__version__ = "5.5.1"

pyproject.toml

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

0 commit comments

Comments
 (0)