From f5efb1355bd0c27060383b157377659e1f45acc3 Mon Sep 17 00:00:00 2001 From: Jan Ebbing Date: Tue, 27 Feb 2024 16:12:41 +0000 Subject: [PATCH] docs: Increase version to 1.18.0 --- CHANGELOG.md | 4 ++-- deepl/version.py | 2 +- pyproject.toml | 2 +- tests/test_general.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f020d63..70284fa 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.18.0] - 2024-04-26 ### Added * New language available: Arabic (`'ar'`). Add language code constants and tests. Arabic is currently supported only for text translation; document translation @@ -294,7 +294,7 @@ Version increased to avoid conflicts with old packages on PyPI. Initial version. -[Unreleased]: https://github.com/DeepLcom/deepl-python/compare/v1.17.0...HEAD +[1.18.0]: https://github.com/DeepLcom/deepl-python/compare/v1.17.0...v1.18.0 [1.17.0]: https://github.com/DeepLcom/deepl-python/compare/v1.16.1...v1.17.0 [1.16.1]: https://github.com/DeepLcom/deepl-python/compare/v1.16.0...v1.16.1 [1.16.0]: https://github.com/DeepLcom/deepl-python/compare/v1.15.0...v1.16.0 diff --git a/deepl/version.py b/deepl/version.py index 6772cce..991346f 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.17.0" +VERSION = "1.18.0" diff --git a/pyproject.toml b/pyproject.toml index bc3cd59..e047c2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 79 [tool.poetry] name = "deepl" -version = "1.17.0" +version = "1.18.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 915fd1c..217e8c1 100644 --- a/tests/test_general.py +++ b/tests/test_general.py @@ -17,7 +17,7 @@ def test_version(): - assert "1.17.0" == deepl.__version__ + assert "1.18.0" == deepl.__version__ @pytest.mark.parametrize(