Skip to content

Commit 7159647

Browse files
committed
stamp for 2.4 release
1 parent 98fa757 commit 7159647

3 files changed

Lines changed: 5 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.3"
71+
version = "2.4"
7272

7373
# The full version, including alpha/beta/rc tags.
74-
release = "2.3.0" # keep in sync with pyproject.toml and telnetlib3/accessories.py !!
74+
release = "2.4.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.

docs/history.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
History
22
=======
3-
2.4.0 *unreleased*
3+
4+
2.4.0
45
* new: :mod:`telnetlib3.color_filter` module — translates 16-color ANSI SGR
56
codes to 24-bit RGB from hardware palettes (EGA, CGA, VGA, Amiga, xterm).
67
Enabled by default. New client CLI options: ``--colormatch``,

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.3.0"
7+
version = "2.4.0"
88
description = " Python Telnet server and client CLI and Protocol library"
99
readme = "README.rst"
1010
license = "ISC"

0 commit comments

Comments
 (0)