Skip to content

Commit

Permalink
Increase version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jones-dev committed Aug 11, 2021
1 parent 57cadf3 commit c143b9a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@ 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]
### Added
## [0.4.1] - 2021-08-10
### Changed
* Minor updates to pyproject.toml.
* Minor updates to README.md.
### Deprecated
### Removed
### Fixed
### Security
* Minor updates to pyproject.toml and README.md.


## [0.4.0] - 2021-08-05
Expand All @@ -39,7 +33,8 @@ Version increased to avoid conflicts with old packages on PyPI.
## [0.1.0] - 2021-07-26
Initial version.

[Unreleased]: https://github.com/DeepLcom/deepl-python/compare/v0.4.0...HEAD

[0.4.1]: https://github.com/DeepLcom/deepl-python/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/DeepLcom/deepl-python/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/DeepLcom/deepl-python/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/DeepLcom/deepl-python/compare/v0.1.0...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion deepl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.4.0"
VERSION = "0.4.1"
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 = "0.4.0"
version = "0.4.1"
description = "Python library for the DeepL API."
authors = ["DeepL GmbH <python-api@deepl.com>"]
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 @@ -5,7 +5,7 @@


def test_version():
assert "0.4.0" == deepl.__version__
assert "0.4.1" == deepl.__version__


@pytest.mark.parametrize(
Expand Down

0 comments on commit c143b9a

Please sign in to comment.