diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-04-16 13:59:17 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2021-04-16 14:37:25 -0600 |
commit | 75664b3368e73825409d523743fcaa7690ae0297 (patch) | |
tree | 40140f867fc11a3af675e8299c17cc002ac00f6c /release_requirements.txt | |
parent | bc59c81e55c0ae184be9ab3859dc6df41dab937c (diff) | |
download | numpy-75664b3368e73825409d523743fcaa7690ae0297.tar.gz |
MAINT: Update towncrier version in install and notes
We were installing towncrier from the github master branch because there
had been no releases with the needed fixes. That has changed with the
recent release of versions 19.9.0 and 21.3.0.
Diffstat (limited to 'release_requirements.txt')
-rw-r--r-- | release_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_requirements.txt b/release_requirements.txt index 805ce9a8a..c24e39c78 100644 --- a/release_requirements.txt +++ b/release_requirements.txt @@ -14,4 +14,4 @@ twine # building and notes Paver -git+https://github.com/hawkowl/towncrier.git@master +towncrier |