django-cachalot/cachalot/__init__.py
2014-10-07 16:06:14 +02:00

4 lines
128 B
Python

from .settings import cachalot_settings
__version__ = (0, 6, 0, 'post')
version_string = '.'.join(str(n) for n in __version__)