We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d06e4a commit 3d23a94Copy full SHA for 3d23a94
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 3.2.0 (05/09/2023)
4
+
5
+### Bugfiles
6
7
+* Fix forcing color through termcolor
8
+* Change non-word regex to be POSIX compliant
9
+* Update pages source to use main branch
10
11
## 3.1.0 (02/16/2022)
12
13
### Features
tldr.py
@@ -17,7 +17,7 @@
17
import colorama # Required for Windows
18
import shtab
19
20
-__version__ = "3.1.0"
+__version__ = "3.2.0"
21
__client_specification__ = "1.5"
22
23
REQUEST_HEADERS = {'User-Agent': 'tldr-python-client'}
0 commit comments