File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767# built documents.
6868#
6969# The short X.Y version.
70- version = "2.2 "
70+ version = "2.3 "
7171
7272# The full version, including alpha/beta/rc tags.
73- release = "2.2 .0" # keep in sync with pyproject.toml and telnetlib3/accessories.py !!
73+ release = "2.3 .0" # keep in sync with pyproject.toml and telnetlib3/accessories.py !!
7474
7575# The language for content auto-generated by Sphinx. Refer to documentation
7676# for a list of supported languages.
Original file line number Diff line number Diff line change 11History
22=======
3- *unreleased *
3+ 2.3.0 *unreleased *
44 * new: ``connect_timeout `` arguments for client and ``--connect-timeout `` Client CLI argument.
5+ * bugfix: missing LICENSE.txt in sdist file.
56
672.2.0
78 * bugfix: workaround for Microsoft Telnet client crash on
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.2 .0"
7+ version = " 2.3 .0"
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 2626
2727def get_version () -> str :
2828 """Return the current version of telnetlib3."""
29- return "2.2 .0" # keep in sync with pyproject.toml and docs/conf.py !!
29+ return "2.3 .0" # keep in sync with pyproject.toml and docs/conf.py !!
3030
3131
3232def encoding_from_lang (lang : str ) -> Optional [str ]:
You can’t perform that action at this time.
0 commit comments