From 2bd7bb7cfeb56eb126a39c61f7e6926fc97538ec Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 7 Sep 2016 18:27:18 -0400 Subject: [pkg] allow more then one release per day! --- www/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/setup.py') diff --git a/www/setup.py b/www/setup.py index b5473d1..d45dbbd 100644 --- a/www/setup.py +++ b/www/setup.py @@ -31,7 +31,7 @@ import time # i.e., 'make build' now = datetime.datetime.now() -timestamp = time.strftime('%Y%m%d', now.timetuple()) +timestamp = time.strftime('%Y%m%d%H%M', now.timetuple()) setup( name='leap.bitmask_www', -- cgit v1.2.3