mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-08 09:33:59 +00:00
Reformat api_versions list, one per line, and note about order
Order is important since we have now a test case to prevent a lower version to be added.
This commit is contained in:
@@ -82,4 +82,13 @@ else:
|
||||
__version__ = PICARD_VERSION_STR
|
||||
PICARD_FANCY_VERSION_STR = PICARD_VERSION_STR_SHORT
|
||||
|
||||
api_versions = ["0.15.0", "0.15.1", "0.16.0", "1.0.0", "1.1.0", "1.2.0", "1.3.0"]
|
||||
# Keep those ordered
|
||||
api_versions = [
|
||||
"0.15.0",
|
||||
"0.15.1",
|
||||
"0.16.0",
|
||||
"1.0.0",
|
||||
"1.1.0",
|
||||
"1.2.0",
|
||||
"1.3.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user