Skip to content

Commit 962ff2b

Browse files
committed
chore(deps): bump version from 5.1.6 to 5.1.7
1 parent 9f2e475 commit 962ff2b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.6...HEAD)
11+
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/5.1.7...HEAD)
1212

13-
(unreleased-chore)=
13+
(v5.1.7)=
14+
## [v5.1.7](https://github.com/jeertmans/manim-slides/compare/v5.1.6...v5.1.7)
15+
16+
(v5.1.7-chore)=
1417
### Chore
1518

1619
- Improved the CI for bumping the version and README rendering on PyPI.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ keywords:
2626
- PowerPoint
2727
- Python
2828
license: MIT
29-
version: v5.1.6
29+
version: v5.1.7
3030
preferred-citation:
3131
publisher:
3232
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.1.6"
1+
__version__ = "5.1.7"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
7070
allow_dirty = false
7171
commit = true
7272
commit_args = ""
73-
current_version = "5.1.6"
73+
current_version = "5.1.7"
7474
ignore_missing_version = false
7575
message = "chore(deps): bump version from {current_version} to {new_version}"
7676
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'

0 commit comments

Comments
 (0)