django-cachalot/cachalot/__init__.py
Andrew Chen Wang 72be2c07b3 v2.3.2
2020-09-16 13:54:07 +00:00

4 lines
115 B
Python

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