summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2023-04-17 20:24:02 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2023-04-17 20:24:02 +0200
commit0d4900b073f8697ab21c47d823621bea61f39a3b (patch)
treee077e15a03ecb0ef3f1be7f983d0dcfcdefc7c0b /scripts
parent190059c69d0aa01b3f17ba5191d0a6e6d9669841 (diff)
downloadpsutil-0d4900b073f8697ab21c47d823621bea61f39a3b.tar.gz
pre releaserelease-5.9.5
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/internal/print_timeline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internal/print_timeline.py b/scripts/internal/print_timeline.py
index 64608b26..0ea7355e 100755
--- a/scripts/internal/print_timeline.py
+++ b/scripts/internal/print_timeline.py
@@ -13,7 +13,7 @@ import subprocess
entry = """\
- {date}:
- `{ver} <https://pypi.org/project/psutil/#files>`__ -
+ `{ver} <https://pypi.org/project/psutil/{ver}/#files>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#{nodotver}>`__ -
`diff <https://github.com/giampaolo/psutil/compare/{prevtag}...{tag}#files_bucket>`__""" # NOQA