We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa9511 commit f3300d2Copy full SHA for f3300d2
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
-## 1.2.0 (1/31/2020)
+## 1.2.1 (04/01/2021)
4
+
5
+* Fallback to using linux as platform if pages found for current platform
6
7
+## 1.2.0 (01/31/2020)
8
9
* Set `--help` usage line to match node client ([#149](https://github.com/tldr-pages/tldr-python-client/pull/149))
10
* Get remote resource only after all cache failed ([#151](https://github.com/tldr-pages/tldr-python-client/pull/151)) (thanks @ramwin)
tldr.py
@@ -16,7 +16,7 @@
16
import colorama # Required for Windows
17
import argcomplete
18
19
-__version__ = "1.2.0"
+__version__ = "1.2.1"
20
__client_specification__ = "1.4"
21
22
REQUEST_HEADERS = {'User-Agent': 'tldr-python-client'}
0 commit comments