Skip to content

Commit 75664b3

Browse files
committed
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.
1 parent bc59c81 commit 75664b3

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: create release notes
4141
command: |
4242
. venv/bin/activate
43-
pip install git+https://github.com/hawkowl/towncrier.git@master
43+
pip install towncrier
4444
VERSION=$(python -c "import setup; print(setup.VERSION)")
4545
towncrier build --version $VERSION --yes
4646
./tools/ci/test_all_newsfragments_used.py

Diff for: doc/HOWTO_RELEASE.rst.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,8 @@ Check the release notes
258258
Use `towncrier`_ to build the release note and
259259
commit the changes. This will remove all the fragments from
260260
``doc/release/upcoming_changes`` and add ``doc/release/<version>-note.rst``.
261-
Note that currently towncrier must be installed from its master branch as the
262-
last release (19.2.0) is outdated.
263261

264-
towncrier --version "<version>"
262+
towncrier build --version "<version>"
265263
git commit -m"Create release note"
266264

267265
Check that the release notes are up-to-date.
@@ -275,7 +273,7 @@ following:
275273
- for SciPy, supported NumPy version(s)
276274
- outlook for the near future
277275

278-
.. _towncrier: https://github.com/hawkowl/towncrier
276+
.. _towncrier: https://pypi.org/project/towncrier/
279277

280278

281279
Update the release status and create a release "tag"

Diff for: release_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ twine
1414

1515
# building and notes
1616
Paver
17-
git+https://github.com/hawkowl/towncrier.git@master
17+
towncrier

0 commit comments

Comments
 (0)