File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
### Added
9
+ <!-- * add to here -->
10
+ ### Changed
11
+ <!-- * add to here -->
12
+
13
+
14
+ ## [ 1.23.0]
15
+ ### Added
9
16
* Added feature to add arbitrary body parameters in ` translate_text `
10
17
### Deprecated
11
18
* Dropped support for Python 3.8 and older.
@@ -347,7 +354,8 @@ Initial version.
347
354
348
355
349
356
<!-- Unreleased shoud never be deleted -->
350
- [ Unreleased ] : https://github.com/DeepLcom/deepl-python/compare/v1.22.0...HEAD
357
+ [ Unreleased ] : https://github.com/DeepLcom/deepl-python/compare/v1.23.0...HEAD
358
+ [ 1.23.0 ] : https://github.com/DeepLcom/deepl-python/compare/v1.22.0...v1.23.0
351
359
[ 1.22.0 ] : https://github.com/DeepLcom/deepl-python/compare/v1.21.1...v1.22.0
352
360
[ 1.21.1 ] : https://github.com/DeepLcom/deepl-python/compare/v1.21.0...v1.21.1
353
361
[ 1.21.0 ] : https://github.com/DeepLcom/deepl-python/compare/v1.20.0...v1.21.0
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.22 .0"
5
+ VERSION = "1.23 .0"
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.22 .0"
6
+ version = " 1.23 .0"
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.22 .0" == deepl .__version__
20
+ assert "1.23 .0" == deepl .__version__
21
21
22
22
23
23
@pytest .mark .parametrize (
You can’t perform that action at this time.
0 commit comments