Skip to content

Commit c412b21

Browse files
committed
stamp for 2.5.0
1 parent 37a7226 commit c412b21

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
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.

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 = "2.4.0"
7+
version = "2.5.0"
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
@@ -43,7 +43,7 @@
4343

4444
def 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

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

0 commit comments

Comments
 (0)