Skip to content

Commit 5a1687b

Browse files
committed
stamp for 2.6.1
1 parent c63d86d commit 5a1687b

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
version = "2.6"
7272

7373
# The full version, including alpha/beta/rc tags.
74-
release = "2.6.0" # keep in sync with pyproject.toml and telnetlib3/accessories.py !!
74+
release = "2.6.1" # 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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
History
22
=======
3-
2.6.0
3+
2.6.1
44
* bugfix: dependency of wcwidth version.
5+
6+
2.6.0
57
* new: TLS support (TELNETS). :func:`~telnetlib3.client.open_connection`
68
accepts an ``ssl`` parameter (``True``, or an :class:`ssl.SSLContext`).
79
:func:`~telnetlib3.server.create_server` accepts an ``ssl`` parameter

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.6.0"
7+
version = "2.6.1"
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
@@ -42,7 +42,7 @@
4242

4343
def get_version() -> str:
4444
"""Return the current version of telnetlib3."""
45-
return "2.6.0" # keep in sync with pyproject.toml and docs/conf.py !!
45+
return "2.6.1" # keep in sync with pyproject.toml and docs/conf.py !!
4646

4747

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

0 commit comments

Comments
 (0)