Skip to content

Commit

Permalink
MAINT: Unpin towncrier
Browse files Browse the repository at this point in the history
This sets ``single_file=false`` in pyproject.toml instead of pinning the
towncrier version.

[skip azp] [skip github] [skip travis]
  • Loading branch information
charris committed Sep 2, 2022
1 parent 551a4a0 commit 3c023bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pandas
breathe

# needed to build release notes
towncrier==21.9.0
towncrier
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires = [
[tool.towncrier]
# Do no set this since it is hard to import numpy inside the source directory
# the name is hardcoded. Use "--version 1.18.0" to set the version
single_file = true
single_file = false
filename = "doc/source/release/{version}-notes.rst"
directory = "doc/release/upcoming_changes/"
issue_format = "`gh-{issue} <https://github.com/numpy/numpy/pull/{issue}>`__"
Expand Down

0 comments on commit 3c023bc

Please sign in to comment.