Skip to content

Commit d56a335

Browse files
authored
One year more in publication list
1 parent 19a7b8d commit d56a335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-papers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def format_year(pubs, year):
7171
def format_all(pubs):
7272
formatted = [
7373
format_year(pubs, str(year))
74-
for year in reversed(range(2020, 2024))
74+
for year in reversed(range(2020, 2026))
7575
]
7676
return "\n".join(formatted)
7777

0 commit comments

Comments
 (0)