File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
<!-- start changelog -->
9
9
10
10
(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 )
12
12
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)=
14
17
### Chore
15
18
16
19
- Improved the CI for bumping the version and README rendering on PyPI.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ keywords:
26
26
- PowerPoint
27
27
- Python
28
28
license : MIT
29
- version : v5.1.6
29
+ version : v5.1.7
30
30
preferred-citation :
31
31
publisher :
32
32
name : The Open Journal
Original file line number Diff line number Diff line change 1
- __version__ = "5.1.6 "
1
+ __version__ = "5.1.7 "
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Repository = "https://github.com/jeertmans/manim-slides"
70
70
allow_dirty = false
71
71
commit = true
72
72
commit_args = " "
73
- current_version = " 5.1.6 "
73
+ current_version = " 5.1.7 "
74
74
ignore_missing_version = false
75
75
message = " chore(deps): bump version from {current_version} to {new_version}"
76
76
parse = ' (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?'
You can’t perform that action at this time.
0 commit comments