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