Skip to content

Commit 16d2dfa

Browse files
authored
chore(main): release 1.3.6 (#110)
1 parent bec7a70 commit 16d2dfa

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.5"
2+
".": "1.3.6"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.6](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.3.5...v1.3.6) (2025-09-28)
4+
5+
6+
### 🐛 Bugfixes
7+
8+
* wait for recognition to be done ([#109](https://github.com/hugobloem/wyoming-microsoft-stt/issues/109)) ([bec7a70](https://github.com/hugobloem/wyoming-microsoft-stt/commit/bec7a701a18dac7328bbb19b87add71088fa7a47))
9+
310
## [1.3.5](https://github.com/hugobloem/wyoming-microsoft-stt/compare/v1.3.4...v1.3.5) (2025-09-28)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wyoming-microsoft-stt"
3-
version = "1.3.5"
3+
version = "1.3.6"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="wyoming_microsoft_stt",
21-
version="1.3.5",
21+
version="1.3.6",
2222
description="Wyoming Server for Microsoft STT",
2323
url="https://github.com/hugobloem/wyoming-microsoft-stt",
2424
author="Hugo Bloem",

wyoming_microsoft_stt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "1.3.5"
3+
__version__ = "1.3.6"

0 commit comments

Comments
 (0)