debian-django-cachalot/cachalot/__init__.py

5 lines
115 B
Python
Raw Normal View History

2016-09-29 20:28:47 +02:00
VERSION = (1, 4, 0)
__version__ = '.'.join(map(str, VERSION))
2015-04-11 01:57:13 +02:00
default_app_config = 'cachalot.apps.CachalotConfig'