django-cachalot/cachalot/__init__.py
2014-10-19 21:55:44 +02:00

4 lines
128 B
Python

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