Skip to content

Commit be7708d

Browse files
committed
7.25.2
Automatically generated by python-semantic-release
1 parent e011944 commit be7708d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v7.25.2 (2022-02-24)
6+
### Fix
7+
* **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))
8+
59
## v7.25.1 (2022-02-23)
610
### Fix
711
* **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))

semantic_release/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Semantic Release
22
"""
3-
__version__ = "7.25.1"
3+
__version__ = "7.25.2"
44

55

66
from .errors import UnknownCommitMessageStyleError # noqa; noqa

0 commit comments

Comments
 (0)