From 2b43827b61dd12ba7ff6cc0bcf271df3e5316e55 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Tue, 6 Feb 2024 12:08:43 +0100 Subject: [PATCH] docs: Increase version to 1.17.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 729e1d1..73c477b 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.17.0] - 2024-02-06 ### Added * Added `output_format` parameter for document upload function, that indicates the file extension of the desired file format for the translated document. @@ -284,7 +284,7 @@ Version increased to avoid conflicts with old packages on PyPI. Initial version. -[Unreleased]: https://github.com/DeepLcom/deepl-python/compare/v1.16.1...HEAD +[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 [1.15.0]: https://github.com/DeepLcom/deepl-python/compare/v1.14.0...v1.15.0 diff --git a/deepl/version.py b/deepl/version.py index 507c599..6772cce 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.16.1" +VERSION = "1.17.0" diff --git a/pyproject.toml b/pyproject.toml index 484cef9..bc3cd59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 79 [tool.poetry] name = "deepl" -version = "1.16.1" +version = "1.17.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 254a4cc..89b387c 100644 --- a/tests/test_general.py +++ b/tests/test_general.py @@ -12,7 +12,7 @@ def test_version(): - assert "1.16.1" == deepl.__version__ + assert "1.17.0" == deepl.__version__ @pytest.mark.parametrize(