Skip to content

Commit c633414

Browse files
author
github-actions
committed
7.34.6
Automatically generated by python-semantic-release
1 parent 18ea200 commit c633414

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## v7.34.6 (2023-06-17)
6+
7+
### Fix
8+
9+
* Relax invoke dependency constraint ([`18ea200`](https://github.com/python-semantic-release/python-semantic-release/commit/18ea200633fd67e07f3d4121df5aa4c6dd29d154))
10+
511
## v7.34.5 (2023-06-17)
612

713
### Fix

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.34.5"
3+
__version__ = "7.34.6"
44

55

66
from .errors import UnknownCommitMessageStyleError # noqa; noqa

0 commit comments

Comments
 (0)