django-cachalot/cachalot/__init__.py
2015-04-11 01:57:13 +02:00

4 lines
132 B
Python

__version__ = (1, 0, 0)
version_string = '.'.join(str(n) for n in __version__)
default_app_config = 'cachalot.apps.CachalotConfig'