Skip to content

Commit

Permalink
Merge pull request #982 from crash5/fix-version-file-config-docs
Browse files Browse the repository at this point in the history
Fix version file template name in documentation
  • Loading branch information
RonnyPfannschmidt authored Dec 3, 2023
2 parents c395c91 + ee3cb5b commit a15fb8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Callables or other Python objects have to be passed in `setup.py` (via the `use_
!!! warning ""

Only files with `.py` and `.txt` extensions have builtin templates,
for other file types it is necessary to provide `write_to_template`.
for other file types it is necessary to provide `version_file_template`.

`version_file_template_template: str | None = None`
`version_file_template: str | None = None`
: A new-style format string that is given the current version as
the `version` keyword argument for formatting.

Expand Down

0 comments on commit a15fb8f

Please sign in to comment.