django-cachalot/cachalot/__init__.py
2021-05-26 22:58:44 -04:00

4 lines
115 B
Python

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