mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-05 09:53:03 +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':
|
||||
# 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)
|
||||
|
||||
elif matches.group('software_name') == 'EDDLite':
|
||||
|
Loading…
x
Reference in New Issue
Block a user