Skip to content

Commit

Permalink
docs: Increase version to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jones-dev committed Feb 7, 2024
1 parent 84d1f59 commit 2b43827
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deepl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


def test_version():
assert "1.16.1" == deepl.__version__
assert "1.17.0" == deepl.__version__


@pytest.mark.parametrize(
Expand Down

0 comments on commit 2b43827

Please sign in to comment.