This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
Releases: grarich/deepl.py
Releases · grarich/deepl.py
Add version 1.0.3
Add version 1.0.2
Add a CLI tool to display library information.
You can use this tool to check the version of the library, the version of the library's dependencies, and the OS and Python versions of the environment you are using.
Add version 1.0.1
Merge pull request #26 from grarich123/refactor_enums refactor: Removed StrEnum and changed to use Enum.value to get the value.
Add version 1.0.0
Merge pull request #25 from grarich123/release_v1.0.0 release_v1.0.0
Add version 0.0.4
Merge pull request #14 from grarich123/release_v0.0.4 release v0.0.4
Add version 0.0.3
v0.0.3 refactor: Refactor according to PEP8.
Add version 0.0.2
v0.0.2 Updated the version from 0.0.1 to 0.0.2.
First release
v0.0.1 feat: Create setup.py to install it as a library.