Skip to content

Commit

Permalink
Add entry for missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
franzs committed Jan 9, 2025
1 parent 71682f9 commit 2606100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parse_changelog/parse_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def parse_changelog(html_content):
changelog_dict[version_number] = changes_markdown

changelog_dict['9.0.17'] = 'Bug fix'
changelog_dict['9.0.25'] = 'Bug fix.'

return changelog_dict

Expand Down

0 comments on commit 2606100

Please sign in to comment.