Files
ServerSync/lib/rich/_unicode_data/_versions.py

24 lines
298 B
Python
Raw Normal View History

2026-02-12 02:28:23 +02:00
VERSIONS = (
"4.1.0",
"5.0.0",
"5.1.0",
"5.2.0",
"6.0.0",
"6.1.0",
"6.2.0",
"6.3.0",
"7.0.0",
"8.0.0",
"9.0.0",
"10.0.0",
"11.0.0",
"12.0.0",
"12.1.0",
"13.0.0",
"14.0.0",
"15.0.0",
"15.1.0",
"16.0.0",
"17.0.0",
)