Skip to content

Commit

Permalink
Merge pull request #13 from franzs/fix_missing_version
Browse files Browse the repository at this point in the history
Add entry for missing version
  • Loading branch information
franzs authored Jan 9, 2025
2 parents 71682f9 + 2606100 commit f41b3cc
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 f41b3cc

Please sign in to comment.