fix: rank company registration queries

This commit is contained in:
2026-08-20 15:04:55 +03:00
parent 8f0f0e3fbf
commit dc5399de0a
16 changed files with 91 additions and 38 deletions

View File

@@ -23,7 +23,7 @@ from pathlib import Path
from typing import Callable
from urllib.parse import urlsplit
APP_VERSION = "0.5.1"
APP_VERSION = "0.5.2"
SCHEMA_VERSION = "1"
NORMALIZER_VERSION = "1.0.0"
LANGUAGES = ("ru", "ky")