django-cachalot/cachalot/__init__.py
Bertrand Bordage cdbfb34c88 Version 1.1.0.
2015-10-28 19:17:39 +01:00

4 lines
132 B
Python

__version__ = (1, 1, 0)
version_string = '.'.join(str(n) for n in __version__)
default_app_config = 'cachalot.apps.CachalotConfig'