django-cachalot/cachalot/__init__.py
Bertrand Bordage 8124bf3f86 Version 1.2.1.
2016-02-17 19:49:22 +01:00

4 lines
115 B
Python

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