django-cachalot/cachalot/__init__.py
2023-04-04 15:18:08 -04:00

4 lines
115 B
Python

VERSION = (2, 6, 0)
__version__ = ".".join(map(str, VERSION))
default_app_config = "cachalot.apps.CachalotConfig"