Skip to content

Commit

Permalink
Update source/releases.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Wilson <[email protected]>
  • Loading branch information
bennibbelink and gonuke authored Sep 22, 2024
1 parent 949dec2 commit 850843a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ def main():
date_formatted = date_object.strftime("%m/%d/%Y")
zip_url = release['zipball_url']
tar_url = release['tarball_url']
web_url = release['html_url']
table_text += f'''
* - {version}
* - `{version} <{web_url}>`
- {date_formatted}
- `zip {version} <{zip_url}>`_
- `tar {version} <{tar_url}>`_'''
Expand Down

0 comments on commit 850843a

Please sign in to comment.