Skip to content

Commit 3d23a94

Browse files
kbdharunwaldyrious
andauthored
chore: bump version to 3.2.0 (#212)
* chore: bump version to 3.2.0 * Update CHANGELOG.md Co-authored-by: Waldir Pimenta <[email protected]> * CHANGELOG: update date --------- Co-authored-by: Waldir Pimenta <[email protected]>
1 parent 2d06e4a commit 3d23a94

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## 3.1.0 (02/16/2022)
412

513
### Features

tldr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import colorama # Required for Windows
1818
import shtab
1919

20-
__version__ = "3.1.0"
20+
__version__ = "3.2.0"
2121
__client_specification__ = "1.5"
2222

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

0 commit comments

Comments
 (0)