mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-22 11:21:52 +00:00
Updates version number.
This commit is contained in:
parent
73d38b5d72
commit
5d42231cb5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = (0, 2, 0)
|
||||
__version__ = (0, 2, 0, 'post')
|
||||
version_string = '.'.join(str(n) for n in __version__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue