mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-25 12:43:43 +00:00
Updates version number.
This commit is contained in:
parent
71eb00ac73
commit
194297ce8a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from .settings import cachalot_settings
|
||||
|
||||
__version__ = (0, 6, 0)
|
||||
__version__ = (0, 6, 0, 'post')
|
||||
version_string = '.'.join(str(n) for n in __version__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue