Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Releases: grarich/deepl.py

Add version 1.0.3

06 Jun 15:05
a20b3ac
Compare
Choose a tag to compare
Merge pull request #31 from grarich123/feat_console_commands

Feat: console commands

Add version 1.0.2

06 Jun 14:31
479610a
Compare
Choose a tag to compare

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

20 May 15:21
43355d2
Compare
Choose a tag to compare
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

15 May 19:39
9c81673
Compare
Choose a tag to compare
Merge pull request #25 from grarich123/release_v1.0.0

release_v1.0.0

Add version 0.0.4

07 May 08:33
95a2ce4
Compare
Choose a tag to compare
Add version 0.0.4 Pre-release
Pre-release
Merge pull request #14 from grarich123/release_v0.0.4

release v0.0.4

Add version 0.0.3

02 May 20:30
deb1063
Compare
Choose a tag to compare
Add version 0.0.3 Pre-release
Pre-release
v0.0.3

refactor: Refactor according to PEP8.

Add version 0.0.2

02 May 17:27
Compare
Choose a tag to compare
Add version 0.0.2 Pre-release
Pre-release
v0.0.2

Updated the version from 0.0.1 to 0.0.2.

First release

02 May 16:47
Compare
Choose a tag to compare
First release Pre-release
Pre-release
v0.0.1

feat: Create setup.py to install it as a library.