mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-14 06:12:11 +03:00
eddn-report-log-errors: Bump EDDiscovery to 15.1.1.0
This commit is contained in:
parent
a7b96c3228
commit
14497f4230
@ -75,7 +75,7 @@ def process_file(input_file: str) -> None:
|
|||||||
###################################################################
|
###################################################################
|
||||||
if matches.group('software_name') == 'EDDiscovery':
|
if matches.group('software_name') == 'EDDiscovery':
|
||||||
# https://github.com/EDDiscovery/EDDiscovery/releases/latest
|
# https://github.com/EDDiscovery/EDDiscovery/releases/latest
|
||||||
if software_version >= semantic_version.Version.coerce('15.0.4.0'):
|
if software_version >= semantic_version.Version.coerce('15.1.1.0'):
|
||||||
print(line)
|
print(line)
|
||||||
|
|
||||||
elif matches.group('software_name') == 'EDDLite':
|
elif matches.group('software_name') == 'EDDLite':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user