mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-27 21:33:59 +00:00
4 lines
120 B
Python
4 lines
120 B
Python
from .settings import cachalot_settings
|
|
|
|
__version__ = (0, 8, 0)
|
|
version_string = '.'.join(str(n) for n in __version__)
|