diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ddb9a8..f0c9cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.11.0] - 2022-09-26 ### Added * Add formality options `'PREFER_LESS'` and `'PREFER_MORE'`. ### Changed @@ -203,7 +203,7 @@ Version increased to avoid conflicts with old packages on PyPI. Initial version. -[Unreleased]: https://github.com/DeepLcom/deepl-python/compare/v1.10.0...HEAD +[1.11.0]: https://github.com/DeepLcom/deepl-python/compare/v1.10.0...v1.11.0 [1.10.0]: https://github.com/DeepLcom/deepl-python/compare/v1.9.0...v1.10.0 [1.9.0]: https://github.com/DeepLcom/deepl-python/compare/v1.8.0...v1.9.0 [1.8.0]: https://github.com/DeepLcom/deepl-python/compare/v1.7.0...v1.8.0 diff --git a/deepl/version.py b/deepl/version.py index 3ef89d1..b4a9385 100644 --- a/deepl/version.py +++ b/deepl/version.py @@ -2,4 +2,4 @@ # Use of this source code is governed by an MIT # license that can be found in the LICENSE file. -VERSION = "1.10.0" +VERSION = "1.11.0" diff --git a/pyproject.toml b/pyproject.toml index eec2245..92060fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 79 [tool.poetry] name = "deepl" -version = "1.10.0" +version = "1.11.0" description = "Python library for the DeepL API." authors = ["DeepL SE "] license = "MIT" diff --git a/tests/test_general.py b/tests/test_general.py index 4c7cb89..39ba739 100644 --- a/tests/test_general.py +++ b/tests/test_general.py @@ -9,7 +9,7 @@ def test_version(): - assert "1.10.0" == deepl.__version__ + assert "1.11.0" == deepl.__version__ @pytest.mark.parametrize(