Skip to content

Commit cede767

Browse files
committed
Fix bumpversion configuration for the changelog.
1 parent b4dc0ce commit cede767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ tag = true
5656
filename = "cssselect/__init__.py"
5757

5858
[[tool.bumpversion.files]]
59-
filename = "NEWS"
59+
filename = "CHANGES"
6060
search = "^Unreleased\\.$"
61-
replace = "Released on ({now:%Y-%m-%d})"
61+
replace = "Released on {now:%Y-%m-%d}."
6262
regex = true
6363

6464
[tool.coverage.run]

0 commit comments

Comments
 (0)