Skip to content

Commit 15bb7e2

Browse files
committed
7.26.0
Automatically generated by python-semantic-release
1 parent fab060a commit 15bb7e2

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.26.0 (2022-03-07)
6+
### Feature
7+
* Add prerelease functionality ([#413](https://github.com/relekang/python-semantic-release/issues/413)) ([`7064265`](https://github.com/relekang/python-semantic-release/commit/7064265627a2aba09caa2873d823b594e0e23e77))
8+
59
## v7.25.2 (2022-02-24)
610
### Fix
711
* **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))

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.2"
3+
__version__ = "7.26.0"
44

55

66
from .errors import UnknownCommitMessageStyleError # noqa; noqa

0 commit comments

Comments
 (0)