diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ecc9af..dc31f38 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.14.0] - 2023-02-21 ### Added * Add [example](examples/json) to translate JSON inputs. * Added platform and python version information to the user-agent string that is sent with API calls, along with an opt-out. @@ -244,7 +244,7 @@ Version increased to avoid conflicts with old packages on PyPI. Initial version. -[Unreleased]: https://github.com/DeepLcom/deepl-python/compare/v1.13.0...HEAD +[1.14.0]: https://github.com/DeepLcom/deepl-python/compare/v1.13.0...v1.14.0 [1.13.0]: https://github.com/DeepLcom/deepl-python/compare/v1.12.0...v1.13.0 [1.12.0]: https://github.com/DeepLcom/deepl-python/compare/v1.11.0...v1.12.0 [1.11.0]: https://github.com/DeepLcom/deepl-python/compare/v1.10.0...v1.11.0 diff --git a/deepl/version.py b/deepl/version.py index f841bf6..d5d5e5c 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.13.0" +VERSION = "1.14.0" diff --git a/pyproject.toml b/pyproject.toml index cf1245f..98f0f06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 79 [tool.poetry] name = "deepl" -version = "1.13.0" +version = "1.14.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 6c0d326..b567cfd 100644 --- a/tests/test_general.py +++ b/tests/test_general.py @@ -12,7 +12,7 @@ def test_version(): - assert "1.13.0" == deepl.__version__ + assert "1.14.0" == deepl.__version__ @pytest.mark.parametrize(