File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
### Added
9
- * (beta) optional parameter to specify timeout for document translation calls
10
9
<!-- * add to here -->
11
10
### Changed
12
11
<!-- * add to here -->
13
12
13
+ ## [ 1.21.1] - 2025-03-12
14
+ ### Added
15
+ * (beta) optional parameter to specify timeout for document translation calls
16
+
14
17
## [ 1.21.0] - 2025-01-15
15
18
### Added
16
19
* Added support for the Write API in the client library, the implementation
@@ -331,7 +334,8 @@ Version increased to avoid conflicts with old packages on PyPI.
331
334
Initial version.
332
335
333
336
<!-- Unreleased shoud never be deleted -->
334
- [ Unreleased ] : https://github.com/DeepLcom/deepl-python/compare/v1.21.0...HEAD
337
+ [ Unreleased ] : https://github.com/DeepLcom/deepl-python/compare/v1.21.1...HEAD
338
+ [ 1.21.1 ] : https://github.com/DeepLcom/deepl-python/compare/v1.21.0...v1.21.1
335
339
[ 1.21.0 ] : https://github.com/DeepLcom/deepl-python/compare/v1.20.0...v1.21.0
336
340
[ 1.20.0 ] : https://github.com/DeepLcom/deepl-python/compare/v1.19.1...v1.20.0
337
341
[ 1.19.1 ] : https://github.com/DeepLcom/deepl-python/compare/v1.19.0...v1.19.1
Original file line number Diff line number Diff line change 2
2
# Use of this source code is governed by an MIT
3
3
# license that can be found in the LICENSE file.
4
4
5
- VERSION = "1.21.0 "
5
+ VERSION = "1.21.1 "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ line-length = 79
3
3
4
4
[tool .poetry ]
5
5
name = " deepl"
6
- version = " 1.21.0 "
6
+ version = " 1.21.1 "
7
7
description = " Python library for the DeepL API."
8
8
authors = [
" DeepL SE <[email protected] >" ]
9
9
license = " MIT"
Original file line number Diff line number Diff line change 17
17
18
18
19
19
def test_version ():
20
- assert "1.21.0 " == deepl .__version__
20
+ assert "1.21.1 " == deepl .__version__
21
21
22
22
23
23
@pytest .mark .parametrize (
You can’t perform that action at this time.
0 commit comments