File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88### Added
9+ <!-- * add to here -->
10+ ### Changed
11+ <!-- * add to here -->
12+
13+ ## [ 1.22.0] - 2025-04-30
14+ ### Added
915* Added support for the /v3 Glossary APIs in the client library while providing backwards
10- compatability for the previous /v2 Glossary endpoints. Please refer to the README for
16+ compatability for the previous /v2 Glossary endpoints. Please refer to the README for
1117 usage instructions.
1218
1319
@@ -337,7 +343,8 @@ Initial version.
337343
338344
339345<!-- Unreleased shoud never be deleted -->
340- [ Unreleased ] : https://github.com/DeepLcom/deepl-python/compare/v1.21.1...HEAD
346+ [ Unreleased ] : https://github.com/DeepLcom/deepl-python/compare/v1.22.0...HEAD
347+ [ 1.22.0 ] : https://github.com/DeepLcom/deepl-python/compare/v1.21.1...v1.22.0
341348[ 1.21.1 ] : https://github.com/DeepLcom/deepl-python/compare/v1.21.0...v1.21.1
342349[ 1.21.0 ] : https://github.com/DeepLcom/deepl-python/compare/v1.20.0...v1.21.0
343350[ 1.20.0 ] : https://github.com/DeepLcom/deepl-python/compare/v1.19.1...v1.20.0
Original file line number Diff line number Diff line change 22# Use of this source code is governed by an MIT
33# license that can be found in the LICENSE file.
44
5- VERSION = "1.21.1 "
5+ VERSION = "1.22.0 "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ line-length = 79
33
44[tool .poetry ]
55name = " deepl"
6- version = " 1.21.1 "
6+ version = " 1.22.0 "
77description = " Python library for the DeepL API."
88authors = [" DeepL SE <python-api@deepl.com>" ]
99license = " MIT"
Original file line number Diff line number Diff line change 1717
1818
1919def test_version ():
20- assert "1.21.1 " == deepl .__version__
20+ assert "1.22.0 " == deepl .__version__
2121
2222
2323@pytest .mark .parametrize (
You can’t perform that action at this time.
0 commit comments