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 = "2.4 "
71+ version = "2.5 "
7272
7373# The full version, including alpha/beta/rc tags.
74- release = "2.4 .0" # keep in sync with pyproject.toml and telnetlib3/accessories.py !!
74+ release = "2.5 .0" # 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 @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " telnetlib3"
7- version = " 2.4 .0"
7+ version = " 2.5 .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 4343
4444def get_version () -> str :
4545 """Return the current version of telnetlib3."""
46- return "2.3 .0" # keep in sync with pyproject.toml and docs/conf.py !!
46+ return "2.5 .0" # keep in sync with pyproject.toml and docs/conf.py !!
4747
4848
4949def encoding_from_lang (lang : str ) -> Optional [str ]:
You can’t perform that action at this time.
0 commit comments