mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-26 21:03:59 +00:00
Version 0.9.0.
This commit is contained in:
parent
6922d93a0a
commit
5573ef9272
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
What’s new in django-cachalot?
|
||||
==============================
|
||||
|
||||
master
|
||||
------
|
||||
0.9.0
|
||||
-----
|
||||
|
||||
Added:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = (0, 8, 1, 'post')
|
||||
__version__ = (0, 9, 0)
|
||||
version_string = '.'.join(str(n) for n in __version__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue