mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-22 03:20:29 +03:00
eddn-report: Bump EDDLite to 2.3.0
This commit is contained in:
parent
59f5536a02
commit
19eb012e1f
@ -91,7 +91,7 @@ def process_file(input_file: str) -> None:
|
||||
|
||||
elif matches.group('software_name') == 'EDDLite':
|
||||
# https://github.com/EDDiscovery/EDDLite/releases/tag/latest
|
||||
if software_version >= semantic_version.Version.coerce('2.2.0'):
|
||||
if software_version >= semantic_version.Version.coerce('2.3.0'):
|
||||
print(line)
|
||||
|
||||
elif matches.group('software_name') == 'EDDI':
|
||||
|
Loading…
x
Reference in New Issue
Block a user