File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 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
2419Consider this update a bonus, as I wanted to correct a few things. It isn't a sign of
Original file line number Diff line number Diff line change 1- 9f358dccd16aafd4301ed154e39b84e48acacc2c37eede6dfb4543827f4caf8c
1+ b02e87772b31df2211f3f13fa21c9fd9b389416ccda6e14e49da969abc4fb176
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments