Skip to content

Commit 90fe6d2

Browse files
Merge pull request #8 from techmo-pl/chore/version-3.2.9-and-doc-fixes
chore: bump version 3.2.8+1 → 3.2.9; fix placeholder versions in docs
2 parents e77db8e + 93021fa commit 90fe6d2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ from techmo.tts.api.v3 import techmo_tts_pb2, techmo_tts_pb2_grpc
4040

4141
`tts-api` is pinned to a GitHub tag in `setup.py`:
4242
```
43-
tts-api @ git+https://github.com/techmo-pl/tts-api-python.git@vX.Y.Z
43+
tts-api @ git+https://github.com/techmo-pl/tts-api-python.git@v3.2.1
4444
```
4545
Update the tag in `setup.py` when a new `tts-api-python` release is tagged.
4646

@@ -95,4 +95,4 @@ No `.gitlab-ci.yml` — CI runs only on GitHub Actions.
9595
| Package | Python 3.8 | Python 3.9+ |
9696
|---------|-----------|-------------|
9797
| grpcio | `>=1.70.0,<1.71.0` | `>=1.70.0,<2.0` |
98-
| tts-api | `@ git+https://github.com/techmo-pl/tts-api-python.git@vX.Y.Z` | same |
98+
| tts-api | `@ git+https://github.com/techmo-pl/tts-api-python.git@v3.2.1` | same |

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Techmo TTS gRPC Python client Changelog
22

3-
## [3.2.8+1] - 2026-03-30
3+
## [3.2.9] - 2026-03-30
44

55
### Changed
66
- Replace local proto generation with `tts-api` package dependency (`git+https://github.com/techmo-pl/tts-api-python.git@v3.2.1`).

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Integration tests are excluded by default (`pytest.ini`). They require a running
5555
Python 3.8 requires tighter bounds:
5656
- `grpcio>=1.70.0,<1.71.0` (3.8) vs `grpcio>=1.70.0,<2.0` (3.9+)
5757

58-
`tts-api` is pinned to a GitHub tag: `git+https://github.com/techmo-pl/tts-api-python.git@vX.Y.Z`.
58+
`tts-api` is pinned to a GitHub tag: `git+https://github.com/techmo-pl/tts-api-python.git@v3.2.1`.
5959
Update the tag in `setup.py` when a new `tts-api-python` release is tagged.
6060

6161
Do not widen grpcio bounds without verifying Python 3.8 compatibility.

tts_client_python/VERSION.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TTS_CLIENT_PYTHON_VERSION = "3.2.8+1"
1+
TTS_CLIENT_PYTHON_VERSION = "3.2.9"

0 commit comments

Comments
 (0)