Skip to content

Commit 5eb23dc

Browse files
committed
chore(version): update changelog version
1 parent a890832 commit 5eb23dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
current_version = 5.0.0
33
parse = (?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}
77
commit = True

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff 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

1212
Prior to v5, there was no real CHANGELOG other than the GitHub releases,
1313
with most of the content automatically generated by GitHub from merged

0 commit comments

Comments
 (0)