Skip to content

Commit 84b797a

Browse files
v2.4.1
1 parent e775eaf commit 84b797a

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

docs/changelog.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ hide:
1414
- Fix: Added a Benesse ID regex to version detection.
1515

1616

17-
## 2.4.1 (2025-08-12)
18-
19-
Added a Benesse ID regex to version detection.
20-
21-
2217
## 2.4.0 (2025-08-11)
2318

2419
Consider this update a bonus, as I wanted to correct a few things. It isn't a sign of

docs/includes/sha256.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9f358dccd16aafd4301ed154e39b84e48acacc2c37eede6dfb4543827f4caf8c
1+
b02e87772b31df2211f3f13fa21c9fd9b389416ccda6e14e49da969abc4fb176

modules/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def write_dat(
517517
f'\t\t<date>{dat_date}</date>\n',
518518
f'\t\t<author>{input_dat.author}</author>\n',
519519
'\t\t<homepage>http://www.github.com/unexpectedpanda/retool</homepage>\n',
520-
f'\t\t<url>{html.escape(input_dat.url, quote=False)}</url>\n'
520+
f'\t\t<url>{html.escape(input_dat.url, quote=False)}</url>\n',
521521
]
522522
)
523523

0 commit comments

Comments
 (0)