debian-django-cachalot/cachalot/__init__.py

5 lines
115 B
Python
Raw Normal View History

VERSION = (1, 4, 2)
__version__ = '.'.join(map(str, VERSION))
2015-04-11 01:57:13 +02:00
default_app_config = 'cachalot.apps.CachalotConfig'