We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ea200 commit c633414Copy full SHA for c633414
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
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
11
## v7.34.5 (2023-06-17)
12
13
### Fix
semantic_release/__init__.py
@@ -1,6 +1,6 @@
1
"""Semantic Release
"""
-__version__ = "7.34.5"
+__version__ = "7.34.6"
from .errors import UnknownCommitMessageStyleError # noqa; noqa
0 commit comments