django-cachalot/cachalot/__init__.py
Bertrand Bordage a302f6b77a Version 1.4.1.
2016-10-24 20:44:32 +02:00

4 lines
115 B
Python

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