Skip to content

Commit

Permalink
7.25.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 24, 2022
1 parent e011944 commit be7708d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v7.25.2 (2022-02-24)
### Fix
* **gitea:** Use form-data from asset upload ([#421](https://github.com/relekang/python-semantic-release/issues/421)) ([`e011944`](https://github.com/relekang/python-semantic-release/commit/e011944987885f75b80fe16a363f4befb2519a91))

## v7.25.1 (2022-02-23)
### Fix
* **gitea:** Build status and asset upload ([#420](https://github.com/relekang/python-semantic-release/issues/420)) ([`57db81f`](https://github.com/relekang/python-semantic-release/commit/57db81f4c6b96da8259e3bad9137eaccbcd10f6e))
Expand Down
2 changes: 1 addition & 1 deletion semantic_release/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Semantic Release
"""
__version__ = "7.25.1"
__version__ = "7.25.2"


from .errors import UnknownCommitMessageStyleError # noqa; noqa
Expand Down

0 comments on commit be7708d

Please sign in to comment.