mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-22 03:11:51 +00:00
Version 0.8.1.
This commit is contained in:
parent
8efdae5bf4
commit
6df019553a
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
|||
What’s new in django-cachalot?
|
||||
==============================
|
||||
|
||||
0.8.1
|
||||
-----
|
||||
|
||||
- Fixes an issue with pip if Django is not yet installed
|
||||
|
||||
|
||||
0.8.0
|
||||
-----
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = (0, 8, 0, 'post')
|
||||
__version__ = (0, 8, 1)
|
||||
version_string = '.'.join(str(n) for n in __version__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue