diff --git a/CHANGELOG.md b/CHANGELOG.md index ec94a9a..0cc13d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # Changelog -Find full changelog at readthedocs.io. +Find full changelog at [python-lokalise-api.readthedocs.io](https://python-lokalise-api.readthedocs.io/en/latest/additional_info/changelog.html). diff --git a/Pipfile.lock b/Pipfile.lock index 617b8aa..f30e777 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -32,11 +32,11 @@ }, "idna": { "hashes": [ - "sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb", - "sha256:a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa" + "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6", + "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0" ], "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==2.9" + "version": "==2.10" }, "requests": { "hashes": [ @@ -134,11 +134,11 @@ }, "idna": { "hashes": [ - "sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb", - "sha256:a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa" + "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6", + "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0" ], "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==2.9" + "version": "==2.10" }, "isort": { "hashes": [ diff --git a/README.md b/README.md index 53c684c..553633c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ translation_keys.items[0].key_name['web'] # => "sign_up" ## Documentation -Find detailed documentation at readthedocs.io. +Find detailed documentation at [python-lokalise-api.readthedocs.io](https://python-lokalise-api.readthedocs.io). ## License