Skip to content

Commit 29bff88

Browse files
committed
7.25.1
Automatically generated by python-semantic-release
1 parent 9fbb28f commit 29bff88

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v7.25.1 (2022-02-23)
6+
### Fix
7+
* **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))
8+
59
## v7.25.0 (2022-02-17)
610
### Feature
711
* **hvcs:** Add gitea support ([#412](https://github.com/relekang/python-semantic-release/issues/412)) ([`b7e7936`](https://github.com/relekang/python-semantic-release/commit/b7e7936331b7939db09abab235c8866d800ddc1a))

semantic_release/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Semantic Release
22
"""
3-
__version__ = "7.25.0"
3+
__version__ = "7.25.1"
44

55

66
from .errors import UnknownCommitMessageStyleError # noqa; noqa

0 commit comments

Comments
 (0)