Release v2.2.56.1

This commit is contained in:
grossmj 2026-01-28 17:00:07 +08:00
parent 833b5a9ea8
commit 43d7e8a437
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Change Log
## 2.2.56.1 28/01/2026
* Fix telnet keepalive options on macOS
* Upgrade dependencies
* Drop Python 3.8 support
## 2.2.56 21/01/2026
* Set default location of udhcpc in "/etc/network/udhcpc". Fixes #2582

View File

@ -57,7 +57,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://9b9fce29bf59d9a99c230240e1070600@o19455.ingest.us.sentry.io/38482"
DSN = "https://5bfcec70239c428d44aafef68f3eea79@o19455.ingest.us.sentry.io/38482"
_instance = None
def __init__(self):

View File

@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.57.dev1"
__version_info__ = (2, 2, 56, 99)
__version__ = "2.2.56.1"
__version_info__ = (2, 2, 56, 0)
if "dev" in __version__:
try: