Skip to content

Commit ddaef45

Browse files
committed
docs: Increase version to 1.21.0
1 parent 23f0cf1 commit ddaef45

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## Unreleased
8+
## [1.21.0] - 2025-01-15
99
### Added
1010
* Added support for the Write API in the client library, the implementation
1111
can be found in the `DeepLClient` class. Please refer to the README for usage
@@ -325,7 +325,7 @@ Version increased to avoid conflicts with old packages on PyPI.
325325
Initial version.
326326

327327

328-
[Unreleased]: https://github.com/DeepLcom/deepl-python/compare/v1.20.0...HEAD
328+
[1.21.0]: https://github.com/DeepLcom/deepl-python/compare/v1.20.0...v1.21.0
329329
[1.20.0]: https://github.com/DeepLcom/deepl-python/compare/v1.19.1...v1.20.0
330330
[1.19.1]: https://github.com/DeepLcom/deepl-python/compare/v1.19.0...v1.19.1
331331
[1.19.0]: https://github.com/DeepLcom/deepl-python/compare/v1.18.0...v1.19.0

Diff for: deepl/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
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.20.0"
5+
VERSION = "1.21.0"

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 79
33

44
[tool.poetry]
55
name = "deepl"
6-
version = "1.20.0"
6+
version = "1.21.0"
77
description = "Python library for the DeepL API."
88
authors = ["DeepL SE <[email protected]>"]
99
license = "MIT"

Diff for: tests/test_general.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
def test_version():
20-
assert "1.20.0" == deepl.__version__
20+
assert "1.21.0" == deepl.__version__
2121

2222

2323
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)