Skip to content

Commit b19c79e

Browse files
committed
chore: release 3.4.3
Signed-off-by: Dharun Krishna K B <[email protected]>
1 parent a0fe803 commit b19c79e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.4.3 (09/22/2025)
4+
5+
### Bugfixes
6+
7+
* Fixed unpredictable platform selection when displaying pages (thanks [@Managor](https://github.com/Managor)).
8+
39
## 3.4.2 (09/12/2025)
410

511
### Bugfixes

tldr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import shtab
1919
import shutil
2020

21-
__version__ = "3.4.2"
21+
__version__ = "3.4.3"
2222
__client_specification__ = "2.3"
2323

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

0 commit comments

Comments
 (0)