Chris Trenthem
commited on
Commit
·
ec33309
1
Parent(s):
810451b
v1.5.4
Browse files- docs/history.rst +1 -0
- pyproject.toml +1 -1
docs/history.rst
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
Important History
|
3 |
==================
|
4 |
|
|
|
5 |
- 1.5.3 bug fix to resolve translation issues with russian-ukranian languages
|
6 |
- 1.5.0 improved cli functionality with streamlined commands and numerous bugfixes.
|
7 |
- 1.4.4 added support for papago, added opt params, fixed deepl free api
|
|
|
2 |
Important History
|
3 |
==================
|
4 |
|
5 |
+
- 1.5.4 @kuspia: restructured google trans url to resolve language conflicts. Supercedes fix in 1.5.3
|
6 |
- 1.5.3 bug fix to resolve translation issues with russian-ukranian languages
|
7 |
- 1.5.0 improved cli functionality with streamlined commands and numerous bugfixes.
|
8 |
- 1.4.4 added support for papago, added opt params, fixed deepl free api
|
pyproject.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[tool.poetry]
|
2 |
name = "deep-translator"
|
3 |
-
version = "1.5.
|
4 |
description = ""
|
5 |
license = "MIT"
|
6 |
authors = ["Nidhal Baccouri <[email protected]>"]
|
|
|
1 |
[tool.poetry]
|
2 |
name = "deep-translator"
|
3 |
+
version = "1.5.4"
|
4 |
description = ""
|
5 |
license = "MIT"
|
6 |
authors = ["Nidhal Baccouri <[email protected]>"]
|