django-cachalot/cachalot/__init__.py
2014-10-28 19:11:57 +01:00

2 lines
87 B
Python

__version__ = (0, 8, 1, 'post')
version_string = '.'.join(str(n) for n in __version__)