Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed May 23, 2021
1 parent eb339e7 commit 5472a2b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

name: Python package

on:
push:
branches: [ next ]
pull_request:
branches: [ next ]
on: [push, pull_request]

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2021-01-28 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.

# 2021-01-28 v0.2.1
- Only one license identifier allowed.

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ Please refer to the linked documentation for instructions on how to get started
## Not Implemented

- Support for the [(beta) document translation endpoint](https://www.deepl.com/docs-api/translating-documents/).
- Support for the [XML handling flags](https://www.deepl.com/docs-api/translating-text/) in the translation endpoint.
- Support for the [XML handling flags](https://www.deepl.com/docs-api/translating-text/) in the translation endpoint.

## See Also

There are comparable implementations for [Rust](https://github.com/mgruner/deepl-api-rs) and [Ruby](https://github.com/mgruner/deepl-api-rb).
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "deepl-api"
version = "0.2.1"
description = "Bindings and a commandline tools for the DeepL REST API (https://www.deepl.com/docs-api/)"
version = "0.2.2"
description = "Bindings and a commandline tool for the DeepL REST API (https://www.deepl.com/docs-api/)"
authors = ["Martin Gruner <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 5472a2b

Please sign in to comment.