Skip to content

Commit

Permalink
Increase version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jones-dev committed Sep 13, 2021
1 parent 4f4cdc4 commit 40bd9a9
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 55 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@ 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.1.0] - 2021-09-13
### Added
* Add security policy.
* Add support for glossary API functions.
### Changed
### Deprecated
### Removed
### Fixed
* README and comments improvements, type hints and other minor fixes.
### Security


## [1.0.1] - 2021-08-13
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.0.1"
VERSION = "1.1.0"
100 changes: 54 additions & 46 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ line-length = 79

[tool.poetry]
name = "deepl"
version = "1.0.1"
version = "1.1.0"
description = "Python library for the DeepL API."
authors = ["DeepL GmbH <python-api@deepl.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/DeepLcom/deepl-python"
documentation = "https://www.deepl.com/docs-api/"
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


def test_version():
assert "1.0.1" == deepl.__version__
assert "1.1.0" == deepl.__version__


@pytest.mark.parametrize(
Expand Down

0 comments on commit 40bd9a9

Please sign in to comment.