Bump application version to 0.0.7

This commit is contained in:
Dmitriy Kazimirov 2025-04-06 09:42:46 +00:00
parent 3777694c9e
commit d7afc2907f

View file

@ -18,7 +18,7 @@ from markdown_it import MarkdownIt
from functools import lru_cache
from threading import Lock
# Application version
APP_VERSION = "0.0.6 (2025 Apr 6th)"
APP_VERSION = "0.0.7 (2025 Apr 6th)"
# Configuration constants
ITEMS_PER_PAGE = int(os.environ.get("ITEMS_PER_PAGE", 50)) # Default items per page