From 96f02907e80a21ffdaabfc3302566e0810202874 Mon Sep 17 00:00:00 2001 From: wjoe Date: Sat, 10 Dec 2011 13:53:22 +0000 Subject: Updated version --- perc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perc b/perc index 648ba76..32ae154 100755 --- a/perc +++ b/perc @@ -42,6 +42,9 @@ # 3.61: # - Fixed count output, was failing to count days before # +# 3.62: +# - Removed the weekend check for now, so it works at weekends +# import copy import decimal @@ -56,7 +59,7 @@ import math from datetime import datetime, date, timedelta, time PROG = "perc" -VERSION = "3.61" +VERSION = "3.62" CONFIG_FILE = "perc.cfg" CUSTOM_CONFIG_FILE = "custom_perc.cfg" -- cgit v1.2.3