File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171version = "2.6"
7272
7373# The full version, including alpha/beta/rc tags.
74- release = "2.6.0 " # keep in sync with pyproject.toml and telnetlib3/accessories.py !!
74+ release = "2.6.1 " # keep in sync with pyproject.toml and telnetlib3/accessories.py !!
7575
7676# The language for content auto-generated by Sphinx. Refer to documentation
7777# for a list of supported languages.
Original file line number Diff line number Diff line change 11History
22=======
3- 2.6.0
3+ 2.6.1
44 * bugfix: dependency of wcwidth version.
5+
6+ 2.6.0
57 * new: TLS support (TELNETS). :func: `~telnetlib3.client.open_connection `
68 accepts an ``ssl `` parameter (``True ``, or an :class: `ssl.SSLContext `).
79 :func: `~telnetlib3.server.create_server ` accepts an ``ssl `` parameter
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " telnetlib3"
7- version = " 2.6.0 "
7+ version = " 2.6.1 "
88description = " Python Telnet server and client CLI and Protocol library"
99readme = " README.rst"
1010license = " ISC"
Original file line number Diff line number Diff line change 4242
4343def get_version () -> str :
4444 """Return the current version of telnetlib3."""
45- return "2.6.0 " # keep in sync with pyproject.toml and docs/conf.py !!
45+ return "2.6.1 " # keep in sync with pyproject.toml and docs/conf.py !!
4646
4747
4848def encoding_from_lang (lang : str ) -> Optional [str ]:
You can’t perform that action at this time.
0 commit comments