Skip to content

Commit f3300d2

Browse files
committed
Bump version to 1.2.1
Signed-off-by: Matthew Peveler <[email protected]>
1 parent 6aa9511 commit f3300d2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## 1.2.0 (1/31/2020)
3+
## 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)
48

59
* Set `--help` usage line to match node client ([#149](https://github.com/tldr-pages/tldr-python-client/pull/149))
610
* Get remote resource only after all cache failed ([#151](https://github.com/tldr-pages/tldr-python-client/pull/151)) (thanks @ramwin)

tldr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import colorama # Required for Windows
1717
import argcomplete
1818

19-
__version__ = "1.2.0"
19+
__version__ = "1.2.1"
2020
__client_specification__ = "1.4"
2121

2222
REQUEST_HEADERS = {'User-Agent': 'tldr-python-client'}

0 commit comments

Comments
 (0)