Version 0.8.1.

This commit is contained in:
Bertrand Bordage 2014-10-28 19:08:50 +01:00
parent 8efdae5bf4
commit 6df019553a
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,12 @@
Whats new in django-cachalot?
==============================
0.8.1
-----
- Fixes an issue with pip if Django is not yet installed
0.8.0
-----

View file

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