From bbd1d2cd42ec7ea0daf32f8a458f746a66cd2421 Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Sat, 19 Feb 2022 16:26:58 +0100 Subject: [PATCH] Change version to v0.2.3. --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb6e36..d44c29d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -# UNRELEASED +# 2022-02-19 v0.2.3 - Added support for basic XML handling in DeepL, thanks to [Nick Haffie-Emslie](https://github.com/ontl)! +- Updated dependency on click package to allow for new major v8. # 2021-05-23 v0.2.2 - Added support for the DeepL free tier which requires a different API endpoint, which will be automatically selected based on the provided API key. diff --git a/pyproject.toml b/pyproject.toml index 3de8dd2..e785ec1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deepl-api" -version = "0.2.2" +version = "0.2.3" description = "Bindings and a commandline tool for the DeepL REST API (https://www.deepl.com/docs-api/)" authors = ["Martin Gruner "] license = "MIT"