From b0f425598f1c1a76a0b1f9247e0a6ba05cfef9d5 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 9 Jan 2023 15:36:46 +0100 Subject: [PATCH] Increase version to 1.12.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 4c23851..aa6df17 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.12.0] - 2023-01-09 ### Added * State explicitly that this library supports Python 3.11. * Added the `should_retry` and `http_status_code` properties to all exceptions @@ -216,7 +216,7 @@ Version increased to avoid conflicts with old packages on PyPI. Initial version. -[Unreleased]: https://github.com/DeepLcom/deepl-python/compare/v1.11.0...HEAD +[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 [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 diff --git a/deepl/version.py b/deepl/version.py index b4a9385..f144a59 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.11.0" +VERSION = "1.12.0" diff --git a/pyproject.toml b/pyproject.toml index 2f65035..d959a9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 79 [tool.poetry] name = "deepl" -version = "1.11.0" +version = "1.12.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 39ba739..4706879 100644 --- a/tests/test_general.py +++ b/tests/test_general.py @@ -9,7 +9,7 @@ def test_version(): - assert "1.11.0" == deepl.__version__ + assert "1.12.0" == deepl.__version__ @pytest.mark.parametrize(