mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-10 13:44:44 +00:00
4 lines
128 B
Python
4 lines
128 B
Python
from .settings import cachalot_settings
|
|
|
|
__version__ = (0, 7, 0, 'post')
|
|
version_string = '.'.join(str(n) for n in __version__)
|