1
0
Fork 0

[version] Set version number based on UTC time, not local time

This commit is contained in:
pukkandan 2021-02-16 16:54:42 +05:30
commit f3b7c69377
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
from __future__ import unicode_literals
__version__ = '2021.02.16'
__version__ = '2021.02.15'