debian-django-cachalot/cachalot/__init__.py

5 lines
115 B
Python

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