django-cachalot/cachalot/__init__.py
Bertrand Bordage 2b8f001a21 Version 2.0.2.
2018-07-27 20:27:56 +02:00

4 lines
115 B
Python

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