mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-09 21:24:44 +00:00
2 lines
87 B
Python
2 lines
87 B
Python
__version__ = (0, 8, 1, 'post')
|
|
version_string = '.'.join(str(n) for n in __version__)
|