subscription table shows more than one app

This commit is contained in:
2025-02-03 13:10:12 -05:00
parent ef5f57e678
commit d3d0806d5a
1841 changed files with 2390 additions and 3359 deletions

View File

@@ -1,6 +1,6 @@
from typing import List, Optional
__version__ = "23.2.1"
__version__ = "24.0"
def main(args: Optional[List[str]] = None) -> int: