File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868# built documents.
6969#
7070# The short X.Y version.
71- version = "3.0"
71+ import telnetlib3 .accessories
72+
73+ version = release = telnetlib3 .accessories .get_version ()
7274
7375# The full version, including alpha/beta/rc tags.
74- release = "3.0.0 " # keep in sync with pyproject.toml and telnetlib3/accessories.py !!
76+ # release = "3.0.1 " # keep in sync with pyproject.toml and telnetlib3/accessories.py !!
7577
7678# The language for content auto-generated by Sphinx. Refer to documentation
7779# for a list of supported languages.
Original file line number Diff line number Diff line change 11History
22=======
3- 3.0.1 (unreleased)
4- * new: MCCP2 and MCCP3. Both client and server ends passively support if requested, and request
5- support by --compression or deny support by --no-compression.
3+ 3.0.1
4+ * change: Unused client argument ``gmcp_log `` removed.
65 * new: MCCP2 and MCCP3. Both client and server ends passively support if requested, and request
76 support by --compression or deny support by --no-compression.
87
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 = " 3.0.0 "
7+ version = " 3.0.1 " # # Keep in sync with telnetlib3.accessories.get_version() !
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 "3.0.0 " # keep in sync with pyproject.toml and docs/conf.py !!
45+ return "3.0.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