File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
22current_version = 5.0.0
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-rc(?P<release>\d+))?
4- serialize =
4+ serialize =
55 {major}.{minor}.{patch}-rc{release}
66 {major}.{minor}.{patch}
77commit = True
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88<!-- start changelog -->
99
10- ## [ v5 (Unreleased) ] ( https://github.com/jeertmans/manim-slides/compare/v4.16.0...HEAD )
10+ ## [ v5] ( https://github.com/jeertmans/manim-slides/compare/v4.16.0...v5.0.0 )
1111
1212Prior to v5, there was no real CHANGELOG other than the GitHub releases,
1313with most of the content automatically generated by GitHub from merged
You can’t perform that action at this time.
0 commit comments