From b4bce259759184cebdf9d3402306704effcd84d7 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 7 Jul 2022 13:29:15 +0200 Subject: [PATCH] Increase version to 1.9.0 --- CHANGELOG.md | 9 ++------- deepl/version.py | 2 +- pyproject.toml | 2 +- tests/test_general.py | 2 +- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b0fddf..7fe11b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,10 @@ 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.9.0] - 2022-07-07 ### Added * Add `Translator.create_glossary_from_csv()` allowing glossaries downloaded from website to be easily uploaded to API. -### Changed -### Deprecated -### Removed -### Fixed -### Security ## [1.8.0] - 2022-06-10 @@ -188,7 +183,7 @@ Version increased to avoid conflicts with old packages on PyPI. Initial version. -[Unreleased]: https://github.com/DeepLcom/deepl-python/compare/v1.8.0...HEAD +[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 [1.7.0]: https://github.com/DeepLcom/deepl-python/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/DeepLcom/deepl-python/compare/v1.5.1...v1.6.0 diff --git a/deepl/version.py b/deepl/version.py index 4c2d41a..77b1ac6 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.8.0" +VERSION = "1.9.0" diff --git a/pyproject.toml b/pyproject.toml index 6dbdb91..a7ad822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 79 [tool.poetry] name = "deepl" -version = "1.8.0" +version = "1.9.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 e0f9a35..606b400 100644 --- a/tests/test_general.py +++ b/tests/test_general.py @@ -9,7 +9,7 @@ def test_version(): - assert "1.8.0" == deepl.__version__ + assert "1.9.0" == deepl.__version__ @pytest.mark.parametrize(