Release v2.2.56

This commit is contained in:
grossmj 2026-01-21 22:15:12 +08:00
parent 7b3fd4450e
commit 27fbe37375
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# Change Log
## 2.2.56 21/01/2026
* Set default location of udhcpc in "/etc/network/udhcpc". Fixes #2582
* Upgrade pywin32 to v311
## 2.2.55 19/11/2025
* Docker API version requirements and process to handle older daemons

View File

@ -57,7 +57,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://9721facaf4cb1e0a93e126300ea56901@o19455.ingest.us.sentry.io/38482"
DSN = "https://9b9fce29bf59d9a99c230240e1070600@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.56.dev1"
__version_info__ = (2, 2, 56, 99)
__version__ = "2.2.56"
__version_info__ = (2, 2, 56, 0)
if "dev" in __version__:
try: