Skip to content

Commit eb0b98d

Browse files
committed
bump for 4.0.1 release
1 parent fe61e85 commit eb0b98d

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/history.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ History
33
4.0.1
44
* bugfix: ``telnetlib3-client`` could begin a shell in wrong ECHO mode, depending on order of
55
options in a "connection burst".
6+
* new: ``--encoding=big5bbs``, BBS 半形字 (half-width characters) encoding, matching PCMan/PttBBS
7+
terminal clients, popular with Taiwanese BBS culture.
68

79
4.0.0
810
* removed: ``telnetlib3.color_filter``. ``ColorFilter``, ``ColorConfig``, ``PALETTES``,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "telnetlib3"
7-
version = "4.0.0" # Keep in sync with telnetlib3/accessories.py::get_version !
7+
version = "4.0.1" # Keep in sync with telnetlib3/accessories.py::get_version !
88
description = " Python Telnet server and client CLI and Protocol library"
99
readme = "README.rst"
1010
license = "ISC"

telnetlib3/accessories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
def get_version() -> str:
4444
"""Return the current version of telnetlib3."""
45-
return "4.0.0" # keep in sync with pyproject.toml !
45+
return "4.0.1" # keep in sync with pyproject.toml !
4646

4747

4848
def encoding_from_lang(lang: str) -> Optional[str]:

0 commit comments

Comments
 (0)