Version 0.9.0.

This commit is contained in:
Bertrand Bordage 2014-12-14 09:46:36 +01:00
parent 6922d93a0a
commit 5573ef9272
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
Whats new in django-cachalot?
==============================
master
------
0.9.0
-----
Added:

View file

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