django-cachalot/cachalot/__init__.py
Bertrand Bordage 9938b54123 Merge branch 'master' into django-1.8
Conflicts:
	cachalot/cache.py
	cachalot/monkey_patch.py
	cachalot/tests/read.py
	cachalot/utils.py
	tox.ini
2015-10-02 18:39:04 +02:00

4 lines
132 B
Python

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